kevinl
kevinl

Reputation: 4214

iOS 7 style pop-up/alertview with UIActivityIndicatorView

Is there a specific class for this? I don't think I can subclass the UIAlertView class (according to Apple).

enter image description here

thanks

Upvotes: 3

Views: 3549

Answers (1)

William Riley
William Riley

Reputation: 918

Like rmaddy said in the comment.

https://github.com/jdg/MBProgressHUD

I am currently using this in an app I am building. Works great.

Upvotes: 3

Related Questions