I\'m quite a newbie in Cocoa, Objective-C and iOS development.
I\'d like to implement a View that is just a splash screen and only last for a short time before routi
To add splash screen first add that image in your project and then add the following code to your AppDelegate method in the didFinishLaunching method
AppDelegate
didFinishLaunching
[NSThread SleepForTimeInterval:(Time interval)];