I’ve mentioned a number of components that make good use of the swipe gesture – usually for implementing the swipe to reveal pattern with tableview cells like with SWTableViewCell.
Here’s an open source library called MDCSwipeToChoose that provides a category allowing you to easily add swipe gesture callbacks to a UIView and also provides a component using this behavior to create a swipe to like or dislike interface like the Tinder app.
With the library you can easily decide what behavior to execute based on the direction of swipes, and you can easily customize the text color and images.
Here’s an image showing MDCSwipeToChoose in action:

You can find MDCSwipeToChoose on Github here.
A nice easy library for creating a swiped based interface.
- Open Source UITableView Component That Automatically Scrolls The Toolbar
- Open Source Control For Easily Creating Swipe Gesture Responsive Animated UITableView Cells
- Open Source UICollectionView Flow Layout Adding Swipe-To-Select And De-select Gestures
- Open Source iOS UITableViewCell Library Adds A More Button To Your Table View Cells
- Library For Easily Creating UITableView Cells With Customizable Swipe-To-Reveal Buttons
Original article: Open Source Library And Component For Easily Adding Swipe To Choose Functionality To A View
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




