I am using Xcode 7, Swift2, Universal, I tried many different ways to make my LaunchScreen load,have no idea what else can I try, (I set up the app icon, it shows in my iPhone and the simulator as well).
I already deleted my launchScreen.storyboard and add a new one as File>New>UserInterface>Launch Screen, tried all steps again and still can not see the launch Screen, can someone take a look in my sequence and let me know what Am I doing wrong?
- I have a Launch Screen.storyboard (it in not nib extension)
- Deleted both labels on it
- Added a ImageView
- selected 4 constraints to 0 and updated Frames and the image enlarges to full screen
- General TAB>AppIconsandLaunch Images>LaunchImagesSources>Selected Launch Screen. (there are two options: Launch Screen Storyboard and Main Storyboard, when I select LaunchScreen.Storyboard shows after the dropdown list is gone only: LaunchScreen without the extension)
- Selected assets.xcassets and add a NewIosLaunchImage
- Selected the LaunchImage and there are 9 spaces for Images (I have selected in the attributes Inspector only iOS 7 & 8)
- Added all 9 images with the correct sizes in the containers
- set a breakpoint in the appDelegate to stop in the launchScreen
- Run the app, and the LaunchScreen does not load.
Any help is more than welcome :)