UITableViewController.TitleForFooter(UITableView, nint) Method

Definition

The title for the footer view in the specified section.

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

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to