private void CreateCell(int row, bool atEnd) { TableViewCell cell = dataSource.CellForRowInTableView(this, row); cell = ConfigureCellWithRowAtEnd(cell, row, atEnd); }
public void SetCellAtIndex(int index, TableViewCell cell) { cells[index] = cell; }