Reputation: 5165
I have an existing Xamarin Forms iOS app, that I want to rebuild in order to fix some issues. I update my Visual Studio for Mac and updates my NuGet packages. The Xamarin.Forms package is upgraded to version 2.4.0.74863. I compile the app, and everything works, except that ListViews gets an extra margin on the left side. The yellow area indicates this.
The same Android Xamarin Forms app does not have this extra margin.
Is this a known Xamarin Forms/iOS issue? And is there a workaround to solve this issue?
Upvotes: 1
Views: 532
Reputation: 1504
Seems like an issue with Xamarin.Forms for iOS introduced in Xamarin.Forms version 2.4.0.74863
It is an issue only on iOS 11.
See https://bugzilla.xamarin.com/show_bug.cgi?id=60636
Upvotes: 2