I don't want to just use a UIActivityIndicatorView -- I want the spinning animation that you see in the Maps application while you are doing a CoreLocation lookup.
Do I have to create my own animation, or is there an easy way?
edit: I'm referring to the standard Apple "Maps" application. Specifically I'm referring to the animation that occurs in the button in the UIToolbar at the bottom of the page, when you press the button to find your location.
There are two components to this animation -- first the "button push" animation, and then the spinning "busy" animation. I presume the latter is done with a UIActivityIndicatorView, but I was hoping that the whole thing was packaged together into a single control of some sort.