-
Notifications
You must be signed in to change notification settings - Fork 487
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
overlay.blurEffectStyle not working #229
Comments
Hey @ciathyza, I don't really know, I can't reproduce the issue. Is it happening as well if you run the example project on your setup? |
@ciathyza is this still happening in the latest version (2.0.0)? |
@ephread I'm seeing this issue too in v2.0.0. All is well without setting the |
@chamitha does that happen with the example project? On which device/simulator? Do you have a minimal projects to share? I'd really like to get to the bottom of this, but I've been unable to reproduce the issue so far. Maybe I'm missing something obvious here. |
@ephread It seems like the issue occurs if the
|
and for the record I'm using Xcode 11.6 running the iPhone 11 simulator with iOS 13.6 |
That's an interesting behaviour, thanks for the helping hand @chamitha, it's much appreciated! I'll investigate as soon as possible. |
I'm trying to add a blur effect to the coachMarksController but it doesn't work, e.g.:
_coachMarksController.overlay.blurEffectStyle = .prominent
Results in the background overlay not showing at all and only the text is visible but misplaced on the screen. Any ideas why this wouldn't work?
The text was updated successfully, but these errors were encountered: