SwipeTransitionStyle
public enum SwipeTransitionStyle
Describes the transition style. Transition is the style of how the action buttons are exposed during the swipe.
-
The visible action area is equally divide between all action buttons.
Declaration
Swift
case border
-
The visible action area is dragged, pinned to the cell, with each action button fully sized as it is exposed.
Declaration
Swift
case drag
-
The visible action area sits behind the cell, pinned to the edge of the table view, and is revealed as the cell is dragged aside.
Declaration
Swift
case reveal
View on GitHub
SwipeTransitionStyle Enumeration Reference