private MvxStandardTableViewCell CellCreator(UITableView tableView, NSIndexPath indexPath, object state) { var cell = new TwoLinesCell(new NSString(CellId), CellBindingText, UITableViewCellAccessory.None); cell.RemoveDelay(); return(cell); }
private MvxStandardTableViewCell CellCreator(UITableView tableView, NSIndexPath indexPath, object state) { var cell = new TwoLinesCell(new NSString(CellId), CellBindingText, UITableViewCellAccessory.Checkmark); cell.HideBottomBar = tableView.IsLastCell(indexPath); cell.RemoveDelay(); return(cell); }