I checked other questions and found none with my doubt.
Is there a way to display an UIActivityIndicatorView “on top” of Default.png while my iPhone application is being loaded?
Thanks in advance.
Camilo @ lx-apps.com/
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.
You can paste a (static) indicator view image on top of Default.png. Of course it won’t animate.
Other than that you can’t do anything because the app isn’t loaded yet, so none of your UI code will run.