Ejemplo n.º 1
0
 public SWUtilityButtonView(UIButton[] buttons, SWTableViewCell parentCell)
 {
     this.utilityButtons     = buttons;
     this.parentCell         = parentCell;
     this.utilityButtonWidth = this.CalculateUtilityButtonWidth();
     this.AddSubviews(buttons);
 }
Ejemplo n.º 2
0
 public SWScrollViewDelegate(SWTableViewCell cell)
 {
     this.cell = cell;
 }