docs/Structs.html
The following structures are available globally.
`
SwipeExpansionStyle
`
Describes the expansion style. Expansion is the behavior when the cell is swiped past a defined threshold.
Swift
public struct SwipeExpansionStyle
`
SwipeActionTransitioningContext
`
The SwipeActionTransitioningContext type provides information relevant to a specific action as transitioning occurs.
Swift
public struct SwipeActionTransitioningContext
`
ScaleTransition
`
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%.
Swift
public struct ScaleTransition: SwipeActionTransitioning
`
SwipeOptions
`
The SwipeOptions class provides options for transistion and expansion behavior for swiped cell.
Swift
public struct SwipeOptions
`
SwipeExpansionAnimationTimingParameters
`
Specifies timing information for the overall expansion animation.
Swift
public struct SwipeExpansionAnimationTimingParameters
`
ScaleAndAlphaExpansion
`
A scale and alpha expansion object drives the custom appearance of the effected actions during expansion.
Swift
public struct ScaleAndAlphaExpansion: SwipeExpanding
© 2018 Mohammad Kurabi. All rights reserved. (Last updated: 2018-05-26)
Generated by jazzy ♪♫ v0.8.4, a Realm project.