PhotoEditOverlayAction

@objc
public enum PhotoEditOverlayAction : Int

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

  • Undo the latest operation.

    Declaration

    Swift

    case undo
  • Redo the latest operation.

    Declaration

    Swift

    case redo