Shuffle icon indicating copy to clipboard operation
Shuffle copied to clipboard

Property topCardIndex isn't updated immediately

Open lukicmarko opened this issue 2 years ago • 0 comments

After I swiped a card the method func cardStack(_ cardStack: SwipeCardStack, didSwipeCardAt index: Int, with direction: SwipeDirection) of SwipeCardStackDelegate is called.

Printing topCardIndex property of SwipeCardStack object always returns 1, and for index always returns 0

lukicmarko avatar Oct 07 '23 12:10 lukicmarko