Метод | Описание | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForHeader ( UITableView tableView, int section ) : float | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
GetViewForHeader ( UITableView tableView, int section ) : UIView | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TableSource ( SessionTableViewController tvc ) : System |
Метод | Описание | |
---|---|---|
GetFont ( NSIndexPath indexPath ) : UIFont |
Метод | Описание | |
---|---|---|
AddToScheduleButtonShouldBeInitialized ( int section ) : bool | ||
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool | ||
GetCellText ( NSIndexPath indexPath ) : string | ||
GetTitleForHeader ( int section ) : string | ||
InitializeAddToScheduleButton ( ) : void | ||
ToggleSessionFromSchedule ( ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
protected GetFont ( NSIndexPath indexPath ) : UIFont | ||
indexPath | NSIndexPath | |
Результат | UIFont |
public GetHeightForHeader ( UITableView tableView, int section ) : float | ||
tableView | UITableView | |
section | int | |
Результат | float |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | float |
public GetViewForHeader ( UITableView tableView, int section ) : UIView | ||
tableView | UITableView | |
section | int | |
Результат | UIView |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
Результат | int |
public RowsInSection ( UITableView tableView, int section ) : int | ||
tableView | UITableView | |
section | int | |
Результат | int |
public TableSource ( SessionTableViewController tvc ) : System | ||
tvc | SessionTableViewController | |
Результат | System |