XCode 7: Launch screens may not set custom classnames
Note that the launch screen is not a fully customizable view controller. You cannot specify a custom class name in the storyboard and expect the system to give you the option to execute code at this stage by calling viewDidLoad. Remember, the app hasn’t launched yet. Launch Screen Constraints The system loads the launch screen … Read more