Пример #1
0
		public AircraftTableViewCell (NSString key) : base (UITableViewCellStyle.Default, key)
		{
			SelectionStyle = UITableViewCellSelectionStyle.Blue;
			ContentView.ClipsToBounds = true;
			view = new AircraftCellView (this);
			ContentView.Add (view);
		}
Пример #2
0
 public AircraftTableViewCell(NSString key)
     : base(UITableViewCellStyle.Default, key)
 {
     SelectionStyle = UITableViewCellSelectionStyle.Blue;
     ContentView.ClipsToBounds = true;
     view = new AircraftCellView (this);
     ContentView.Add (view);
 }