UITableViewDataSource_Extensions.TitleForHeader 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 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