Reputation:
I am developing a universal application (iPhone, iPad). And I want to know how to create Splash screen by using objective-c, without using storyboards and Xib's.
Is this possible and how do I do this?
Upvotes: 0
Views: 61
Reputation: 69459
This is not possible, the launch screen is present while you app is being loaded. When you app is being loaded no code can be executed.
If you want on file use the new launch screen nib.
Upvotes: 1