[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1TableViewSource-1.NumberOfSections

NumberOfSections Method

NumberOfSections(UITableView)

Returns the number of sections that are required to display the data.

Declaration
public override sealed nint NumberOfSections(UITableView tableView)
Parameters
Type Name Description
UITableView tableView

Table view displaying the sections.

Returns
Type Description
nint

Number of sections required to display the data. The default is 1 (a table must have at least one section).