C# Class Touchin.SQLiteExtensions.MainViewController

Inheritance: UITableViewController
Afficher le fichier Open project: TouchInstinct/Training

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainViewController ( ) : System
RowsInSection ( UITableView tableview, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode Description
HandleLocationsUpdated ( object sender, CLLocationsUpdatedEventArgs e ) : void

Method Details

GetCell() public méthode

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

MainViewController() public méthode

public MainViewController ( ) : System
Résultat System

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
Résultat string

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

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