AdjustOverlayAction

@objc
public enum AdjustOverlayAction : Int

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

  • Undo the latest operation.

    Declaration

    Swift

    case undo
  • Redo the latest operation.

    Declaration

    Swift

    case redo