MGSwipeTableCell
An easy to use UITableViewCell subclass to display swippable buttons
...You can attach multiple buttons per side, choose from transitions like drag, clip, or 3D-style reveals, and control thresholds for triggering an action on full swipe. The API separates visual configuration (colors, icons, button width) from behavior (callbacks, expansion settings) to keep code readable. It integrates cleanly with table view reuse, ensures state resets during scrolling, and offers convenience helpers for common patterns such as destructive actions. Gesture handling is tuned to avoid interference with vertical scrolling and to coordinate with other recognizers. ...