nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

the effect is wrong while on the way to a new UIViewController #114

Open crazy8 opened 8 years ago

crazy8 commented 8 years ago

image

the blur effect is disappear while the ViewController will disappear.

cloudfelipe commented 8 years ago

Just use this to avoid that wrong effect:

-(void)viewWillDisappear:(BOOL)animated{ [super viewWillDisappear:animated]; [FXBlurView setUpdatesDisabled]; }