I have an iPhone app which, when it launches, loads in data from a remote database.
How would I go about displaying a loader on the screen from the point the app sends a request to the database to the point where the app has received the data?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a pretty good code snippet from iPhone Cookbook (Erica Sadun). What I like about it, is it adds a UIProgressView to an ActionSheet that animates from the button of the iPhone screen.
http://ipsw.info/trac/browser/iphone-3.0-cookbook/C10-Alerts/07-Progress%20View/main.m