메소드 | 설명 | |
---|---|---|
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 CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | bool |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
리턴 | int |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
리턴 | int |