UITableViewController.GetViewForHeader(UITableView, nint) Method

Definition

The UIView used for the header.

[Foundation.Export("tableView:viewForHeaderInSection:")]
public virtual UIKit.UIView GetViewForHeader (UIKit.UITableView tableView, nint section);
abstract member GetViewForHeader : UIKit.UITableView * nint -> UIKit.UIView
override this.GetViewForHeader : UIKit.UITableView * nint -> UIKit.UIView

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to