PDA

View Full Version : [iPhone SDK] Creating a Loading Screen




czenzel
May 13, 2008, 07:29 PM
Hello everyone,

I am currently creating an iPhone application using the iPhone SDK and was wondering if anybody has created an "Loading" screen for loading data in background while the loading screen is showing.

How can I use two views to create the loading screen in Objective-C?
(ex. View 1 - Loading with UIActivityIndicatorView and View 2 - The actual XML data)

Thanks,
Christopher Zenzel



italiano40
May 13, 2008, 07:33 PM
you would have to create two forums then using that when the progress bar complete then forum two needs to load that is how i would do it, for the code i can't tell you off the top of my head

5et
Jul 31, 2008, 12:03 PM
you would have to create two forums then using that when the progress bar complete then forum two needs to load that is how i would do it, for the code i can't tell you off the top of my head

please, write how I can create small modal dialog without any button and only with
UIActivityIndicatorView
thanks