Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
SelectServerViewDataSource ( List |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | bool |
public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
editingStyle | UITableViewCellEditingStyle | |
indexPath | NSIndexPath | |
Результат | void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
Результат | nint |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
Результат | nint |
public SelectServerViewDataSource ( List |
||
servers | List |
|
Результат | System |