TextOverlayAction

@objc public enum TextOverlayAction: Int

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

  • add: Switch to the add text UI.
  • delete: Delete the label.
  • undo: Undo the latest operation.
  • redo: Redo the latest operation.
  • add

    Switch to the add text UI.

    Declaration

    Swift

    case add
  • Delete the label.

    Declaration

    Swift

    case delete
  • Undo the latest operation.

    Declaration

    Swift

    case undo
  • Redo the latest operation.

    Declaration

    Swift

    case redo