Open MarkAM7 opened 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); }`
same issue here
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()));