메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
HandleLocationsUpdated ( object sender, CLLocationsUpdatedEventArgs e ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
리턴 | int |
public TitleForHeader ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
리턴 | string |