UITableViewController.GetHeightForFooter(UITableView, nint) Method

Definition

The height for the specified footer view.

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

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to