Method | Description | |
---|---|---|
MvxSimpleTableViewSource ( |
||
MvxSimpleTableViewSource ( UITableView tableView, |
||
MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System |
Method | Description | |
---|---|---|
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell |
protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
return | UITableViewCell |
public MvxSimpleTableViewSource ( |
||
handle | ||
return | System |
public MvxSimpleTableViewSource ( UITableView tableView, |
||
tableView | UITableView | |
cellType | ||
cellIdentifier | string | |
return | System |
public MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System | ||
tableView | UITableView | |
nibName | string | |
cellIdentifier | string | |
bundle | NSBundle | |
return | System |