nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

[FXBlurView setBlurEnabled:NO]... [FXBlurView setBlurEnabled:YES]; fails for non-dynamic blurviews #65

Open dxclancy opened 10 years ago

dxclancy commented 10 years ago

Looking through the code, it seems as though setting the global blur to NO removes views from the list of blurred views. Setting it back to YES steps through a now empty list to update them, which of course does nothing.