Method | Description | |
---|---|---|
GetCell ( UITableView tableView, Foundation indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
SingleTableViewCellDataSource ( UITableViewCell cell ) : System |
public GetCell ( UITableView tableView, Foundation indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | Foundation | |
return | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
return | nint |
public SingleTableViewCellDataSource ( UITableViewCell cell ) : System | ||
cell | UITableViewCell | |
return | System |