Condividi tramite


UITableViewDataSource_Extensions.TitleForHeader Method

Definition

Called to populate the header for the specified section.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string? TitleForHeader(this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TitleForHeader : UIKit.IUITableViewDataSource * UIKit.UITableView * nativeint -> string

Parameters

tableView
UITableView

Table view containing the section.

section
IntPtr

nativeint

Index of the section displaying the header.

Returns

Attributes

Applies to