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?