Structures

The following structures are available globally.

  • Describes the expansion style. Expansion is the behavior when the cell is swiped past a defined threshold.

    See more

    Declaration

    Swift

    public struct SwipeExpansionStyle
  • The SwipeActionTransitioningContext type provides information relevant to a specific action as transitioning occurs.

    See more

    Declaration

    Swift

    public struct SwipeActionTransitioningContext
  • A scale transition object drives the custom appearance of actions during transition.

    As button’s percentage visibility crosses the threshold, the ScaleTransition object will animate from initialScale to identity. The default settings provide a pop-like effect as the buttons are exposed more than 50%.

    See more

    Declaration

    Swift

    public struct ScaleTransition: SwipeActionTransitioning
  • The SwipeOptions class provides options for transistion and expansion behavior for swiped cell.

    See more

    Declaration

    Swift

    public struct SwipeOptions