UITableViewController.GetHeightForHeader(UITableView, nint) Method

Definition

The height for the specified header view.

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

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to