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?
