Good afternoon. I'm developing an App in Xamarin where, the interface I "draw" in Xcode. I'm having a really hard time, because regardless of the Constraints I use in my components, they get misaligned in the simulator (with the exception of the Iphone 5s Simulator). Here's some information:
Image and Constraints in Xcode
OnthisscreenI'monlyusingConstraintsside,top,bottomandbetweencomponents.Whencompilingtheapplicationtheresultisasfollows:
If you notice the title and the components are not centered in the view, it is as if the View was larger than the simulator.
I need to first understand why this deconfiguration to try to implement a screen with UiScrollView.