UITableViewDataSource_Extensions.TitleForFooter Method

Definition

Called to populate the footer for the specified section.

public static string TitleForFooter (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, nint section);
static member TitleForFooter : UIKit.IUITableViewDataSource * UIKit.UITableView * nint -> string

Parameters

This
IUITableViewDataSource

The instance on which this extension method operates.

tableView
UITableView

Table view containing the section.

section
System.System.IntPtr System.nativeint

Index of the section displaying the footer.

Returns

Applies to