(source: tumblr.com)
Can anyone tell me how to achieve such loading message? is it some variation of UIActivityIndicatorView? thanks peter
The spinning wheel is definitely a UIActivityIndicatorView. The "Loading..." text is a UILabel, the rectangle could be an image or could be a UIView with rounded corners (via CALayer). Any questions about the rest of the message? T