Share via


UITableViewDataSource_Extensions.TitleForFooter Method

Definition

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

Applies to