메소드 | 설명 | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint | ||
SettingsDetailTableViewSource ( string key, |
||
TitleForHeader ( UITableView tableView, nint section ) : string | ||
WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
리턴 | nint |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
리턴 | nint |
public SettingsDetailTableViewSource ( string key, |
||
key | string | |
setting | ||
리턴 | System |
public TitleForHeader ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
리턴 | string |
public WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void | ||
tableView | UITableView | |
headerView | UIView | |
section | nint | |
리턴 | void |