Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Narmer

macrumors newbie
Original poster
May 16, 2008
6
0
Hello,

where can I download and example with a loading or waiting screen?

Thanks!
 
A file named "Default.png" that's in your application bundle will be displayed at application start before all your views and such are loaded.

You would do well to review the Apple Human Interface Guidelines (HIG) about it, which is (despite many developer's disregard for it) actually useful on this topic and many others.
 
Hi,

Thanks for your responses!, but my app connects to a server and I want to show a progress dialog.


Regards,
 
I also have this problem
I want create modal dialog in center of screen with label field
and UIActivityIndicatorView

any ideas?
 
Can't you just throw up a view on the screen with the progress bar as soon as your app is loaded, but before it does all the server connections and resource loading? Maybe in your app controller's awakeFromNib: or something.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.