UITableViewController.TitleForHeader(UITableView, nint) 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.
The title for the header view in the specified section.
[Foundation.Export("tableView:titleForHeaderInSection:")]
public virtual string TitleForHeader (UIKit.UITableView tableView, nint section);
abstract member TitleForHeader : UIKit.UITableView * nint -> string
override this.TitleForHeader : UIKit.UITableView * nint -> string
Parameters
- tableView
- UITableView
- section
- System.System.IntPtr System.nativeint
Returns
- Attributes