UITableViewDataSource_Extensions.TitleForFooter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to populate the footer for the specified section.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string? TitleForFooter(this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TitleForFooter : UIKit.IUITableViewDataSource * UIKit.UITableView * nativeint -> string
Parameters
- tableView
- UITableView
Table view containing the section.
- section
-
IntPtr
nativeint
Index of the section displaying the footer.
Returns
- Attributes