Back to Swipecellkit

SwipeTransitionStyle

docs/Enums/SwipeTransitionStyle.html

2.7.11013 B
Original Source

SwipeTransitionStyle

public enum SwipeTransitionStyle

Describes the transition style. Transition is the style of how the action buttons are exposed during the swipe.

`

                border
                `

The visible action area is equally divide between all action buttons.

Declaration

Swift

case border

`

                drag
                `

The visible action area is dragged, pinned to the cell, with each action button fully sized as it is exposed.

Declaration

Swift

case drag

`

                reveal
                `

The visible action area sits behind the cell, pinned to the edge of the table/collection view, and is revealed as the cell is dragged aside.

Declaration

Swift

case reveal

© 2018 Mohammad Kurabi. All rights reserved. (Last updated: 2018-05-26)

Generated by jazzy ♪♫ v0.8.4, a Realm project.