public VisitCell(RectangleF frame) : base(frame) { EmployeeView = new SmallEmployeeView(); EmployeeView.AddParallax(-20, 20); ContentView.AddSubview(EmployeeView); }
public VisitCell(RectangleF frame) : base(frame) { //this.BackgroundColor = UIColor.Red; EmployeeView = new SmallEmployeeView(); EmployeeView.AddParallax(-20, 20); ContentView.AddSubview(EmployeeView); }