UITableViewController.GetViewForFooter(UITableView, nint) Method

Definition

The UIView used for the footer.

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

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to