user4679035
user4679035

Reputation:

How to create splash screen functionality by using programatically?

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

Answers (1)

rckoenes
rckoenes

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

Related Questions