How to adjust the splash using Constraints in Xcode 6?

0

In Xcode 6 comes a .xib file that serves as the App's default splash screen.

I inserted an image using UIImageView and text using UILabel but the position of the image and the label change according to the screen size of the device.

Should I configure Constraints to keep everything in the same position on different screens or is there another alternative?

    
asked by anonymous 15.11.2014 / 00:04

0 answers