SwipeTableOptions
public struct SwipeTableOptions
The SwipeTableOptions
class provides options for transistion and expansion behavior for swiped cell.
-
The expansion style. Expansion is the behavior when the cell is swiped past a defined threshold.
Declaration
Swift
public var expansionStyle: SwipeExpansionStyle = .none
-
The transition style. Transition is the style of how the action buttons are exposed during the swipe.
Declaration
Swift
public var transitionStyle: SwipeTransitionStyle = .border
-
The background color behind the action buttons.
Declaration
Swift
public var backgroundColor: UIColor?
-
Constructs a new
SwipeTableOptions
instance with default options.Declaration
Swift
public init()