0
votes
2answers
107 views

How to presentModalViewController in applicationDidFinishLaunching?

Here is my situation: I have a TaskListViewController(UITableView) which need Internet. So I used AFNetworking to do some login work(with demo account and password) before the TaskList is showed. Now ...
0
votes
1answer
255 views

iOS app launch takes too long to display

Working on first app, have most of the programming done but app is taking too long at launch to display first tableview on tabbar. It takes 8-10 seconds on launch to display. Looking for help on ...
1
vote
3answers
630 views

how to animate launch image once app has finished launching

I was wondering how I can manipulate the launch image of an iPhone app? I have put launchImage.png into my plist file (under Launch image (iPhone)) and when the app starts I would like to animate this ...
54
votes
7answers
11k views

iPhone: the quickest and easiest way to detect first launch [closed]

What's the quickest and easiest way to check if an application is being launched for the first time?