iosswiftuicollectionviewuiswipegesturerecognizer

Swippable collection view with collection view layout


How can I achieve this type collection view?

Ref Image

When user swipe up, cell should move to up.

I have searched a lot and tried many logic, but not able to match same.


Solution

  • i am attaching link of some frameworks/classes , it's work on almost similar concept. you can use it or take reference from it .

    https://github.com/PPacie/SwipingCarousel

    https://github.com/Mindinventory/CoverFlow

    https://github.com/zhxnlai/ZLSwipeableViewSwift

    may it will informative for you ...:)