[]
Returns the number of sections that are required to display the data.
public override sealed nint NumberOfSections(UITableView tableView)
Type | Name | Description |
---|---|---|
UITableView | tableView | Table view displaying the sections. |
Type | Description |
---|---|
nint | Number of sections required to display the data. The default is 1 (a table must have at least one section). |