메소드 | 설명 | |
---|---|---|
DataSource ( |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
SectionFor ( UITableView tableView, string title, int atIndex ) : int | ||
WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
listChanged ( Object sender, |
public DataSource ( |
||
view_controller | ||
리턴 | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | float |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
리턴 | int |
public SectionFor ( UITableView tableView, string title, int atIndex ) : int | ||
tableView | UITableView | |
title | string | |
atIndex | int | |
리턴 | int |
public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | NSIndexPath |