SVProgressHUD is a very interesting class, created by Sam Vernette (see https://github.com/samvermette/SVProgressHUD) to show a wait indicator with optional text in an iOS device.
Now that we are with XCode 4.2, I try to use ARC (Automatic Reference Counting) as much as possible and SVProgressHUD doesn’t give support for it.
I made some adaptations for that it works properly with ARC. Here it is the PasteBin
Enjoy!
Advertisement