Skip to content

blurEffectStyle not working on iOS 10 #80

Description

@techseeko

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions