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
{{ message }}
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
Is it possible to implement a tinder-like interface with the lib? For example, instead of paging through cards, I want the user to go through cards and swipe them into right and left collections.
The text was updated successfully, but these errors were encountered:
That could be possible but not straightforward, you may need to hijack some gestures since UICollectionView doesn't let you do that.
I'll look into this since it's a popular layout
I’m confused about which gestures would need to be hijacked? The stack layout already has swipe left and right and the cards slide out and disappear. The only problem. Is that they can be swiped back in.
The collectionview gestures are tight to changing content offset.
But in a tinder-like view, we want to move the top card based on the gesture and don't change the content offset until you drop the card to right or left.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is it possible to implement a tinder-like interface with the lib? For example, instead of paging through cards, I want the user to go through cards and swipe them into right and left collections.
The text was updated successfully, but these errors were encountered: