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

Garrett

macrumors regular
Original poster
Apr 4, 2007
173
0
I notice with Google Maps, and say MySpace, when they are grabbing info a little spinner displays up in the menu bar. Is this something that you do manually to let the user know something is up? I am using a NSURL method...

I am only asking because I just think maybe I am doing something wrong?
 

Garrett

macrumors regular
Original poster
Apr 4, 2007
173
0

Attachments

  • photo.jpg
    photo.jpg
    47.5 KB · Views: 81

Taum

macrumors member
Jul 28, 2008
56
0
No... did you even read what I asked? In the MENU bar, not a spinning icon.
What you are refering to is called the Status Bar in the iPhone SDK.

There is nothing called "Menu Bar", so one may easily understand this term as either the Status Bar, the Top Bar of a UINavigationController or even a TabBar.
 

grimjim

macrumors member
May 24, 2003
75
0
My app does that automatically when it is pulling data from a web service, I don't have to do anything special to make it happen :confused:

That's the networkActivityIndicator for you: always indicating that network activity. :)

It seems to be one of Apple's 'freebies'. It shows automatically when network activity is taking place, and is driven by the system. However, if you don't want the user to see that your app is using the network (Why wouldn't you? I dunno.), you can switch it off using the networkActivityIndicatorVisible: method of UIApplication. But in your case, you seem to be in the happy position of the phone automatically doing what you want!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.