UITableViewController.NumberOfSections(UITableView) Method

Definition

The number of section in the UITableView.

[Foundation.Export("numberOfSectionsInTableView:")]
public virtual nint NumberOfSections (UIKit.UITableView tableView);
abstract member NumberOfSections : UIKit.UITableView -> nint
override this.NumberOfSections : UIKit.UITableView -> nint

Parameters

tableView
UITableView

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to