UITableViewDelegate_Extensions.WillDisplayHeaderView(IUITableViewDelegate, UITableView, UIView, nint) Method
Definition
Indicates that the header view of the specified section is about to be shown.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillDisplayHeaderView (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
static member WillDisplayHeaderView : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
The UITableView involved.
- section
- nint
The table section to which the header view belongs.
- Attributes