Inheritance: MvxTableViewCell
 public UITableViewCell BuildView(NSIndexPath indexPath, object item, string cellId)
 {
     var bindings = this.GetBindingDescriptions();
     var style = this.GetCellStyle();
     var cell = new GeneralTableViewCell(bindings, style, new NSString(cellId));
     return cell;
 }
Esempio n. 2
0
        public UITableViewCell BuildView(NSIndexPath indexPath, object item, string cellId)
        {
            var bindings = this.GetBindingDescriptions();
            var style    = this.GetCellStyle();
            var cell     = new GeneralTableViewCell(bindings, style, new NSString(cellId));

            return(cell);
        }