Skip to content
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

Unable to interact with main view #3

Open
ghost opened this issue May 10, 2019 · 2 comments
Open

Unable to interact with main view #3

ghost opened this issue May 10, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented May 10, 2019

Ive implemented this into my project, however the main view that this sits over is not interact-able when the card is enabled. If you even run this project locally, try and add a button or something to interact with on the View Controller and if you call setupCard(), it wont allow you to press that button.

Any help is really appreciated!

@sharedcare
Copy link

Same issus here

@VikkyTheDev
Copy link

VikkyTheDev commented Aug 22, 2020

It might be late but may be it can help someone.
Actually what is happening here "visualEffectView" is added programatically as a subview on UIView, so it is on top of the views which you have created on ViewController in storyboard.So visualEffectView is swallowing all the touches. Although there are several ways to solve this problem but the easiest will be to set "visualEffectView .isUserInteractionEnabled = false".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants