PhotoEditOverlayAction

@objc public enum PhotoEditOverlayAction: Int

The overlay actions that can be used in an instance of PhotoEditViewControllerOptions.

  • Undo: Undo the latest operation.
  • Redo: Redo the latest operation.
  • Undo the latest operation.

    Declaration

    Swift

    case undo
  • Redo the latest operation.

    Declaration

    Swift

    case redo