Method | Description | |
---|---|---|
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
TripsTableViewController ( |
||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
HandleReloadTableNotification ( NSNotification obj ) : void | ||
RefreshControl_ValueChanged ( ) : void | ||
ReleaseDesignerOutlets ( ) : void |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | bool |
public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
editingStyle | UITableViewCellEditingStyle | |
indexPath | NSIndexPath | |
return | void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | nfloat |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
return | nint |
public TripsTableViewController ( |
||
handle | ||
return | System |