Launch screen appears differently in editor than it does on device

I am trying to edit the launch screen for my app. I have text labels that are perfectly centered on the launch screen editor in Xcode, but the labels are shifted to the right when the launch screen appears on an iPhone. How do I correct this?

Replies

Did you define constraint to center (centerX) the label ?


That would force the label to be centered even if the screen size is different on device and XCode.