UITableViewController.WillDisplayHeaderView(UITableView, UIView, nint) Method

Definition

Indicates that a header view is about to be displayed.

[Foundation.Export("tableView:willDisplayHeaderView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayHeaderView (UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
abstract member WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nint -> unit

Parameters

tableView
UITableView
headerView
UIView
section
System.System.IntPtr System.nativeint
Attributes

Applies to