protected override void OnAppearing() { Debug.WriteLine($"BookingPage - OnAppearing - animation : {this.animationView.IsAnimating}"); base.OnAppearing(); // Hack to abort the Animation when the Animation is playing when switching tab on iOS (called by the View) if (_vm.ShowLoadingView) { _vm.AbortAnimation((object)this.animationView); } }