Is there any native iOS functionality for UITableViews that allows you to implement a full left or right swipe action on a cell?
There is obviously Ray Wenderlich's tutorial to do this, MGSwipeTableCell, and I think SWTableViewCell can do this too, but I'd prefer to do this natively if possible using UITableViewRowAction
.
Here's (shamelessly copying) a gif of what I'm trying to accomplish:
(source: raywenderlich.com)