Back to Swipecellkit

SwipeActionsOrientation

docs/docsets/SwipeCellKit.docset/Contents/Resources/Documents/Enums/SwipeActionsOrientation.html

2.7.1630 B
Original Source

SwipeActionsOrientation

public enum SwipeActionsOrientation: CGFloat

Describes which side of the cell that the action buttons will be displayed.

`

                left
                `

The left side of the cell.

Declaration

Swift

case left = -1

`

                right
                `

The right side of the cell.

Declaration

Swift

case right = 1

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

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