Ejemplo n.º 1
0
        public override UITableViewCell GetCell(UITableView tableView, Foundation.NSIndexPath indexPath)
        {
            PunchCell cell = tableView.DequeueReusableCell(cellIdentifier) as PunchCell;

            cell.UpdateCell(this.parentController, tableView, indexPath, punchItems);
            return(cell);
        }
Ejemplo n.º 2
0
 public PunchTextViewDelegate(PunchCell punchCell)
 {
     this.punchCell = punchCell;
 }