Метод | Описание | |
---|---|---|
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
TableSourceHomePosts ( UITableView tableView ) : System |
Метод | Описание | |
---|---|---|
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | nfloat |
protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
Результат | UITableViewCell |
public TableSourceHomePosts ( UITableView tableView ) : System | ||
tableView | UITableView | |
Результат | System |