UITableViewDelegate_Extensions.WillDisplayHeaderView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called prior to the display of a header view for a section.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillDisplayHeaderView(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView? headerView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDisplayHeaderView : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nativeint -> unit
Parameters
- This
- IUITableViewDelegate
- tableView
- UITableView
The UITableView involved.
- section
-
IntPtr
nativeint
The table section to which the header view belongs.
- Attributes