Earlier this year I mentioned a component for implementing Tinder style swipe-to-choose cards called MDCSwipeToChoose.
Here’s a nice tutorial that goes step-by-step through the process of creating cards with cool Tinder style dragging animations from Nimrod Gutman.
Specifically the tutorial covers:
– Setting up a draggable image view
– Modifying the rotation and scale while the image is being dragged to match the effect seen in the Tinder app
– Adding overlay images as the image is dragged
– Performing the selected action
You can find the tutorial over on Nimrod Gutman’s blog.
Richard Kim has put together a nice example called TinderSimpleSwipeCards based on Nimrod’s tutorial adding in a number of neat customizations, and here’s an animation showing Richard’s example in action:
You can find TinderSimpleSwipeCards on Github here.
A nice tutorial and example on implementing the swipe to choose feature.
- Open Source Library And Component For Easily Adding Swipe To Choose Functionality To A View
- Example: Create Interactive Text Views Like In The Secret App
- Open Source Control For Easily Creating Swipe Gesture Responsive Animated UITableView Cells
- Tutorial: Massive Collection Of Tips For Improving iOS App Performance
- Open Source iOS Control For Easily Creating Partial Views That Can Be Swiped In And Out
Original article: iOS Tutorial And Code Example On Creating Tinder Style Swipe-To-Choose Views
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.