-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blurEffectStyle not working on iOS 10 #80
Comments
Thanks for reporting the issue @techseeko. The
Nothing is added to the
Due to limitations encountered at the time of iOS 8, the coach marks are not presented. Rather, everything is attached to the window. I've never been totally okay with this approach and I hope that, when dropping iOS 8, I'll be able to use window levels and presented view controllers mechanics. |
Does anyone have a fix for this ? |
@Anders123fr: I'm currently working on it. It requires some non trivial changes to the library, since the |
Yeah I can imagine, but sounds great that you are working on it :) |
Any fix for this behavior? |
Should now be fixed in |
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.
The text was updated successfully, but these errors were encountered: