Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseBindableTableViewCell
 public UITableViewCell BuildView(NSIndexPath indexPath, object item, string cellId)
 {
     var bindings = GetBindingDescriptions();
     var style = GetCellStyle();
     var cell = new GeneralTableViewCell(bindings, style, new NSString(cellId));
     return cell;
 }
Example #2
0
        public UITableViewCell BuildView(NSIndexPath indexPath, object item, string cellId)
        {
            var bindings = GetBindingDescriptions();
            var style    = GetCellStyle();
            var cell     = new GeneralTableViewCell(bindings, style, new NSString(cellId));

            return(cell);
        }