Add an UIProgressView or UIActivityIndicatorView to your UIAlertView
Sunday, November 9th, 2008 Share on TwitterThis snippet shows how to add an UIProgressView to an UIAlertView. You can choose to display an UIProgressView or an UIActivityIndicatorView in the alert. This may break with a new version of the SDK (2.1 for now), but this was accepted by Apple (or they didnt see it) - (void) createProgressionAlertWithMessage:(NSString *)message withActivity:(BOOL)activity { ...