SyntaxFix
Write A Post
Hire A Developer
Questions
Use following line in didFinishLaunchingWithOptions: delegate method:
didFinishLaunchingWithOptions:
[NSThread sleepForTimeInterval:5.0];
It will stop splash screen for 5.0 seconds.