Share via


UITableViewController.WillDisplayHeaderView Method

Definition

Called prior to the display of a header view for a section.

[Foundation.Export("tableView:willDisplayHeaderView:forSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplayHeaderView(UIKit.UITableView tableView, UIKit.UIView? headerView, IntPtr section);
[<Foundation.Export("tableView:willDisplayHeaderView:forSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nativeint -> unit
override this.WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nativeint -> unit

Parameters

tableView
UITableView

The UITableView involved.

headerView
UIView

The UIView that will be used as the header view.

section
IntPtr

nativeint

The table section to which the header view belongs.

Implements

Attributes

Applies to