AlexandrNikulin / AnimationNavigationPage

AnimationNavigationPage is a NavigationPage with custom transitions animation effects.
Apache License 2.0
237 stars 37 forks source link

iOS not working #66

Open MarkAM7 opened 4 years ago

MarkAM7 commented 4 years ago

I followed the instructions that have been written in the logs but the animation seems to not work for iOS, although it works perfectly for Android.

Were there any other necessary steps that need to take place that were not mentioned?

BTW, great work. I do very much appreciate this.

`public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); FormsControls.Touch.Main.Init(); LoadApplication(new App(new iOSInitializer()));

        return base.FinishedLaunching(app, options);
    }`
majdaneq commented 4 years ago

same issue here