3

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

kevinl
  • 4,194
  • 6
  • 37
  • 55

1 Answers1

3

Like rmaddy said in the comment.

https://github.com/jdg/MBProgressHUD

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

William Riley
  • 878
  • 8
  • 13