메소드 | 설명 | |
---|---|---|
CategoryDataSource ( UITableViewController controller, List |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint |
public CategoryDataSource ( UITableViewController controller, List |
||
controller | UITableViewController | |
data | List |
|
리턴 | ArcGISRuntimeXamarin.Managers |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
리턴 | nint |