C# Class CloudKitAtlas.MainMenuTableViewController

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode 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

Méthode Description
MainMenuTableViewController ( NSCoder coder ) : System
ReleaseDesignerOutlets ( ) : void

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

LoadMenu() public méthode

public LoadMenu ( ) : void
Résultat void

MainMenuTableViewController() public méthode

public MainMenuTableViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Résultat nint

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void