Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForFooter ( UITableView tableView, int section ) : float | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
GetViewForFooter ( UITableView tableView, int section ) : UIView | ||
MemorizationDayOfWeekSource ( MemorizationTableViewController tableView, ObservableSortedList |
||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, int section ) : int |
Method | Description | |
---|---|---|
BuildProductTourView ( UITableView tableView ) : ProductTour | ||
GetMemorizationCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
GetMemorizeButtonCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
GetMoveButtonCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
GetSectionEmptyCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
HandleMemorizationCellTapped ( |
||
HandleMemorizeButtonCellTapped ( UITableView tableView ) : void | ||
HandleMoveButtonCellTapped ( UITableView tableView ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetHeightForFooter ( UITableView tableView, int section ) : float | ||
tableView | UITableView | |
section | int | |
return | float |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public GetViewForFooter ( UITableView tableView, int section ) : UIView | ||
tableView | UITableView | |
section | int | |
return | UIView |
public MemorizationDayOfWeekSource ( MemorizationTableViewController tableView, ObservableSortedList |
||
tableView | MemorizationTableViewController | |
verses | ObservableSortedList |
|
return | System |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
return | int |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |