UITableViewDelegate_Extensions.GetViewForHeader Method

Definition

The view used for the header of the specified section.

public static UIKit.UIView GetViewForHeader (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetViewForHeader : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> UIKit.UIView

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view containing the section.

section
System.System.IntPtr System.nativeint

Section index where the header will be added.

Returns

Applies to