mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Hide BlurView and Label in MRProgressOverlayView #114

Closed ftp27 closed 8 years ago

ftp27 commented 8 years ago

Hello. I'm trying to use MRProgressOverlayView+AFNetworking on UIImageView for display the progress of uploading image. But BlurView and Label look are incorrect in this situation. How can I hide this UIViews?

2015-12-24 17 18 32

mrackwitz commented 8 years ago

I'd suggest that you can use MRCircularProgressView directly, if you don't want to have the blurred background and the label. It supports the AFNetworking integration as well.

ftp27 commented 8 years ago

Thanks! All works