메소드 | 설명 | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TableSource ( |
메소드 | 설명 | |
---|---|---|
GetImage ( |
||
RefreshImage ( |
||
RequestImage ( object state ) : void |
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 TableSource ( |
||
tvc | ||
리턴 | System |