Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
SubmenuTableViewController ( |
||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
ReleaseDesignerOutlets ( ) : void | ||
SubmenuTableViewController ( NSCoder coder ) : System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
return | nint |
public SubmenuTableViewController ( |
||
handle | ||
return | System |