I have set the “Launch Images” in Xcode that shows a “Loading…” screen when the iPhone app is being launched. And now, once the app starts, I want to show a slide out animation programmatically with the same image to reveal the app content underneath – very similar to what Dropbox for iPhone does.
What’s the easiest way to do this?
I have set the Launch Images in Xcode that shows a Loading… screen when
Share
Get the one navigation controller and that put into appdelgate.xib and which view after loading to display that class is set on them after into appdelegate.h file you create the object of the navigation controller and then after into appdelegate.m file following code to implement.