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 moreSwipeActionTransitioningContext
type 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
, theScaleTransition
object will animate frominitialScale
toidentity
. The default settings provide apop-like
effect as the buttons are exposed more than 50%.Declaration
Swift
public struct ScaleTransition: SwipeActionTransitioning
-
The
See moreSwipeOptions
class 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