Метод | Описание | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForHeader ( UITableView tableView, int section ) : float | ||
GetViewForHeader ( UITableView tableView, int section ) : UIView | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TableSource ( |
||
TitleForFooter ( UITableView tableView, int section ) : string |
Метод | Описание | |
---|---|---|
GetDay ( NSIndexPath indexPath ) : int |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
public GetHeightForHeader ( UITableView tableView, int section ) : float | ||
tableView | UITableView | |
section | int | |
Результат | float |
public GetViewForHeader ( UITableView tableView, int section ) : UIView | ||
tableView | UITableView | |
section | int | |
Результат | UIView |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
Результат | int |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | void |
public RowsInSection ( UITableView tableView, int section ) : int | ||
tableView | UITableView | |
section | int | |
Результат | int |
public TableSource ( |
||
tvc | ||
Результат | System |
public TitleForFooter ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
Результат | string |