Method | 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 |
Method | Description | |
---|---|---|
HandleLocationsUpdated ( object sender, CLLocationsUpdatedEventArgs e ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |
public TitleForHeader ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
return | string |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |