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

Modifying SwipeCard subview (hidden to not-hidden) from didSwipeCardAt not working #144

Open
ghost opened this issue May 18, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented May 18, 2021

Describe the bug
I'm trying to modify the following card in the stack based on the direction that the current card was swiped. If it is swiped left I want to show a hidden view on the following card in the stack. When I get the following card in stack and try and update a hidden subview to hidden = false nothing happens.

To Reproduce
Steps to reproduce the behavior:

  1. Grab next SwipeCard in stack in didSwipeCartAt
  2. Try and modify a subview of said SwipeCard (i.e. set hidden = false)
  3. No changes to subview visibility occurs
@ghost ghost added the bug Something isn't working label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants