SwipeableCards
SwipeableCards copied to clipboard
Demonstration of draggable transition for UIViewController with swipeable UICollectionView cells inside.
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
UIViewControllerAnimatedTransitioningandUIViewControllerInteractiveTransitioningprotocols for creating custom interactive transitions at iOS. - Injection of
UIGestureRecognizerobject 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.