AdjustOverlayAction

@objc
public enum AdjustOverlayAction : Int

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

  • Undo the latest stroke.

    Declaration

    Swift

    case undo
  • Redo the latest stroke.

    Declaration

    Swift

    case redo