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.
-
The object that acts as the delegate of the
SwipeTableViewCell
.Declaration
Swift
public weak var delegate: SwipeTableViewCellDelegate?