SwipeActionsOrientation

public enum SwipeActionsOrientation: CGFloat

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

  • The left side of the cell.

    Declaration

    Swift

    case left = -1
  • The right side of the cell.

    Declaration

    Swift

    case right = 1