Henrik Berg

Results 2 comments of Henrik Berg

Found the same. It crashes due to recursion. If you test for (contentView.frame.origin.x != 0) and return, then the recursion is broken, but the size of the cells are wrong....

I added SetAdaptor() in AppDelegate.cs. public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); + App.SetAdapter(Adapter.Current); LoadApplication(new App()); return base.FinishedLaunching(app, options); } Today (2020) in iOS you also need to...