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