mrackwitz / MRProgress

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

[Question] Removing the white HUD from the MRProgressOverlayView #104

Closed ldantona closed 8 years ago

ldantona commented 8 years ago

Would it be possible to remove the white rounded box and just have the dimmed overlay with the circle animation above?

Many thanks, DAN

mrackwitz commented 8 years ago

There is no direct public API to achieve that. But you could e.g. subclass MRProgressOverlayView and overwrite createBlurView to return nil instead of an actual view.