Method | Description | |
---|---|---|
BeaconDataSource ( ) : System | ||
BeaconDataSource ( List |
||
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
Update ( List |
public BeaconDataSource ( List |
||
beacons | List |
|
return | System |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | bool |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
return | int |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |