Nicely centered "Loading" spinner (activity indicator) ?
This is driving me crazy: How do you create a nicely centered "Loading..." activity indicator as shown in the iTunes application when it's first launched?
I'm pretty sure it's a UIActivityIndicatorView with a simple UILabel, but I can't seem to get the spinner to align properly with the text, and get both to align centered in the parent view.
Does anyone have a code snippet that works for this?
|