Sdílet prostřednictvím


UITableViewController.TitleForFooter(UITableView, IntPtr) Method

Definition

Called to populate the footer for the specified section.

[Foundation.Export("tableView:titleForFooterInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? TitleForFooter(UIKit.UITableView tableView, IntPtr section);
[<Foundation.Export("tableView:titleForFooterInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TitleForFooter : UIKit.UITableView * nativeint -> string
override this.TitleForFooter : UIKit.UITableView * nativeint -> string

Parameters

tableView
UITableView

Table view containing the section.

section
IntPtr

nativeint

Index of the section displaying the footer.

Returns

Implements

Attributes

Applies to