Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
MemorizationReviewSource ( MemorizationTableViewController controller, ObservableSortedList |
||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, int section ) : int |
Method | Description | |
---|---|---|
GetMemorizationCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
GetMoveButtonCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
GetReviewButtonCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
GetSectionEmptyCell ( UITableView tableView, NSIndexPath indexPath ) : |
||
HandleMemorizationCellTapped ( |
||
HandleMoveButtonCellTapped ( UITableView tableView ) : void | ||
HandleReviewButtonCellTapped ( UITableView tableView ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public MemorizationReviewSource ( MemorizationTableViewController controller, ObservableSortedList |
||
controller | 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 |