You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Grab next SwipeCard in stack in didSwipeCartAt
Try and modify a subview of said SwipeCard (i.e. set hidden = false)