Example #1
0
 public OwnerDrawnCellView(CustomElement element)
 {
     _element = element;
     BackgroundColor = UIColor.Clear;
 }
Example #2
0
 public OwnerDrawnCellView(CustomElement element)
 {
     _element        = element;
     BackgroundColor = UIColor.Clear;
 }
Example #3
0
 public OwnerDrawnCell(CustomElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
 {
     Element = element;
 }
Example #4
0
 public OwnerDrawnCell(CustomElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
 {
     Element = element;
 }