Reputation: 811
I was setting up constraints when I realize things don't look right on iPhone SE and 4s. As shown below, the safe area is out of bounds. Any way to get around it so I can get an accurate look at my view?
It works alright on iPhone 8, 8+ and X
But on 4s and SE, this happens, so many errors pop up despite it working fine when built and run on simulator
Upvotes: 2
Views: 1015
Reputation: 1174
It will sometimes glitch when viewing it in main.storyboard, but when the project builds and runs, it will reinitiate those constraints and follow them to build the view.
I recommend that you try running the project, and all should be fixed.
Upvotes: 1