NetworkActivityIndicator not working the same on iPhone and Simulator?
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-04-13T01:44:47Z
Indexed on
2010/04/13
1:53 UTC
Read the original article
Hit count: 333
I am using the NetworkActivityIndicator to show that my App is doing some work. When I run the app in the simulator, it shows the way I want - basically spinning the entire time until the selected tab loads the data from the server - but when I put the app onto my phone, I only get a split-second of the spinner before it disappears. Usually only spins right before the view appears on the screen.
Ideas?
© Stack Overflow or respective owner