SwipeTableViewCell

open class SwipeTableViewCell: UITableViewCell

The SwipeTableViewCell class extends UITableViewCell and provides more flexible options for cell swiping behavior.

The default behavior closely matches the stock Mail.app. If you want to customize the transition style (ie. how the action buttons are exposed), or the expansion style (the behavior when the row is swiped passes a defined threshold), you can return the appropriately configured SwipeTableOptions via the SwipeTableViewCellDelegate delegate.