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); }
public PunchTextViewDelegate(PunchCell punchCell) { this.punchCell = punchCell; }