TextOverlayAction

@objc
public enum TextOverlayAction : Int

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

  • 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
  • Flip the label.

    Declaration

    Swift

    case flip
  • Move the selected text to the front.

    Declaration

    Swift

    case bringToFront