Hey all,
I found tons of tutorials on how you upload a default.png to prompt a splash screen before your application loads. However, none of these were using the storyboard.
So my application begins with a Navigation Controller that has a rootViewController relationship with a login view controller. The Navigation Controller is the initial view controller.
I would like to have an icon display as a splash for 5 seconds.
I found this online:
http://stackoverflow.com/questions/...-another-nib-automatically-by-uitabbarcontrol
But if this is the solution, then does that mean I have to create a header and implementation class for the navigation controller and put in a applicationDidFinishLaunching function into it?
thanks for response
I found tons of tutorials on how you upload a default.png to prompt a splash screen before your application loads. However, none of these were using the storyboard.
So my application begins with a Navigation Controller that has a rootViewController relationship with a login view controller. The Navigation Controller is the initial view controller.
I would like to have an icon display as a splash for 5 seconds.
I found this online:
http://stackoverflow.com/questions/...-another-nib-automatically-by-uitabbarcontrol
But if this is the solution, then does that mean I have to create a header and implementation class for the navigation controller and put in a applicationDidFinishLaunching function into it?
thanks for response