I want to show a UIActivityIndicator with text in a square box
+1
A:
Call addSubview on your UIActivityIndicatorView instance and pass in a framed UILabel
Jacob Relkin
2009-12-01 09:39:01
A:
You can make use of UIAlertView which has title by adding the UIActivityIndicatorView as subview to it. then show/dismiss the UIAlertView when needed.
YNK
2009-12-01 15:54:20