C# Class CloudKitAtlas.MainMenuTableViewController

Exibir arquivo Open project: xamarin/monotouch-samples

Public Methods

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

Private Methods

Method Description
MainMenuTableViewController ( NSCoder coder ) : System
ReleaseDesignerOutlets ( ) : void

Method Details

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

LoadMenu() public method

public LoadMenu ( ) : void
return void

MainMenuTableViewController() public method

public MainMenuTableViewController ( IntPtr handle ) : System
handle IntPtr
return System

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void