if there are no cells to reuse,create a new oneif(cell=null){cell=new UITableViewCell(UITableViewCellStyle.Default,this._cellIdentifier);}/-create a shortcut to our itemBasicTableViewItem item=this._tableItems[indexPath....
if there are no cells to reuse,create a new oneif(cell=null){cell=new UITableViewCell(UITableViewCellStyle.Default,this._cellIdentifier);}/-create a shortcut to our itemBasicTableViewItem item=this._tableItems[indexPath....