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