AD-Paladins / SwipeableCards

Demonstration of draggable transition for UIViewController with swipeable UICollectionView cells inside.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Platform License

Overview

The idea of the project is to show implemented concept of how content could be provided to the user and in what way the user could interact with it considering modern trends.

Main two things, that project demonstrates are:

  • Possibilities of UIViewControllerAnimatedTransitioning and UIViewControllerInteractiveTransitioning protocols for creating custom interactive transitions at iOS.
  • Injection of UIGestureRecognizer object can expand possibilities of UICollectionView’s cells and distinguish it from the rest of the screen’s components.

I wrote an article on Medium, where described main parts of this project.

https://medium.com/@sergkharauzov/make-draggable-uiviewcontroller-with-swipe-cards-using-custom-transitions-in-ios-c96f581639e0

Presentation

Features

  • Reordering of cards, activated with long press
  • Demonstrate transition from cards screen to any next one

Feedback

If you have any questions or suggestions, feel free to open issue just at this project.

License

SwipeableCards and all its classes are available under the MIT license. See the LICENSE file for more info.

About

Demonstration of draggable transition for UIViewController with swipeable UICollectionView cells inside.

License:MIT License


Languages

Language:Swift 100.0%