DNSSwipeableTableCell
DNSSwipeableTableCell copied to clipboard
UITableViewCell subclass to add multiple buttons to a swipe-under menu like iOS 7 Mail.
When adding support for swiping in either direction, I should make sure this also works in an RTL language.
In issue #4 there was a request for adding support for sliding the opposite direction. I'll have to look at how complicated this is, but I think it could be...
If you begin swiping a cell, you cannot scroll. That's great. However, if you begin scrolling you can move horizontally which will cause a cell to begin to open and...
Want to add the following features for iOS 8 style stuff: - Slide from right to left that swipes off to the side to accomplish the rightmost task - Bouncy-sized...