UIKit.UITableViewSource.TitleForFooter Method
Called to populate the footer for the specified section.

Syntax

[Foundation.Export("tableView:titleForFooterInSection:")]
public virtual string TitleForFooter (UITableView tableView, nint section)

Parameters

tableView
Table view containing the section.
section
Index of the section displaying the footer.

Returns

Text to display in the section footer, or null if no title is required.

Remarks

Table views use a fixed style for the section footer. To customize the appearance of the footer, return a custom view from UITableViewSource.GetViewForFooter(UITableView, nint) instead of implementing this method.

Declared in [UITableViewDataSource]

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0