I have a requirement that when application install on device then it will never show any screen and start a thread in background for 30 seconds. When complete that time then it will show a screen in application.
I mean to say that when we install an application on device then it show a Black Screen for a moment and read
applicationDidFinishLaunching
after that it will don't show any screen. And in background we have start a thread for 30 seconds when that time period will complete then it will show a new view.
How do that? what is proper way to do that?
Thanks in advance