Back to Swipecellkit

Structures

docs/Structs.html

2.7.12.2 KB
Original Source

Structures

The following structures are available globally.

`

                SwipeExpansionStyle
                `

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

See more

Declaration

Swift

public struct SwipeExpansionStyle

`

                SwipeActionTransitioningContext
                `

The SwipeActionTransitioningContext type provides information relevant to a specific action as transitioning occurs.

See more

Declaration

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%.

See more

Declaration

Swift

public struct ScaleTransition: SwipeActionTransitioning

`

                SwipeOptions
                `

The SwipeOptions class provides options for transistion and expansion behavior for swiped cell.

See more

Declaration

Swift

public struct SwipeOptions

`

                SwipeExpansionAnimationTimingParameters
                `

Specifies timing information for the overall expansion animation.

See more

Declaration

Swift

public struct SwipeExpansionAnimationTimingParameters

`

                ScaleAndAlphaExpansion
                `

A scale and alpha expansion object drives the custom appearance of the effected actions during expansion.

See more

Declaration

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.