-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Labels
Description
It's a problem out there, for iOS 10, UIVisualEffectView does not blur when using UIBlurEffect in some cases. If anything is added to the UIVisualEffectView directly it might break the functionality, it should always be added to the UIVisualEffectView.contentView.
Also the presentationStyle should not be CrossDissolve this kind of view should be animated via UIView animation while setting the effect.
Can you please fix? If there's a workaround or anything that might help in this.
PS: Once we set the blurEffectStyle to .Dark all the views behind will show normally without blur effect, the background gets a bit darker, but it's not the intended behaviour since we can still read the text behind clearly and it affects all coach mark texts.
Reactions are currently unavailable