Sdílet prostřednictvím


UITableViewDelegate_Extensions.WillDisplayHeaderView Method

Definition

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

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.

Attributes

Applies to