Метод | Описание | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
SettingsDataSource ( |
||
TitleForHeader ( UITableView tableView, nint section ) : string | ||
WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
Результат | nint |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | void |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
Результат | nint |
public SettingsDataSource ( |
||
viewModel | ||
keys | string | |
Результат | Foundation |
public TitleForHeader ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
Результат | string |
public WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void | ||
tableView | UITableView | |
headerView | UIView | |
section | nint | |
Результат | void |