Reputation: 604
I want to know, is there any third party library or control available for progress view.
Basically I want to set a background image of the progress view, and rest of the functionality would be same as default progress view.
Can any one guide me with some links of any third party progress view control or tutorial with the same feature.
Thanks and Regards, Saad
Upvotes: 1
Views: 723
Reputation: 5977
try https://github.com/jdg/MBProgressHUD
MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD with some additional features.
Upvotes: 1