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 moreDeclaration
Swift
public struct SwipeExpansionStyle 
- 
                  
                  
The
See moreSwipeActionTransitioningContexttype provides information relevant to a specific action as transitioning occurs.Declaration
Swift
public struct SwipeActionTransitioningContext - 
                  
                  
A scale transition object drives the custom appearance of actions during transition.
As button’s percentage visibility crosses the
See morethreshold, theScaleTransitionobject will animate frominitialScaletoidentity. The default settings provide apop-like
effect as the buttons are exposed more than 50%.Declaration
Swift
public struct ScaleTransition: SwipeActionTransitioning 
- 
                  
                  
The
See moreSwipeOptionsclass provides options for transistion and expansion behavior for swiped cell.Declaration
Swift
public struct SwipeOptions 
- 
                  
                  
Specifies timing information for the overall expansion animation.
See moreDeclaration
Swift
public struct SwipeExpansionAnimationTimingParameters - 
                  
                  
A scale and alpha expansion object drives the custom appearance of the effected actions during expansion.
See moreDeclaration
Swift
public struct ScaleAndAlphaExpansion: SwipeExpanding 
View on GitHub
        Structures  Reference