TextColorToolControllerMode

@objc public enum TextColorToolControllerMode: Int

The different modes that an instance of TextColorToolController can handle.

  • Foreground: The mode to handle the foreground appearance of the text.
  • Background: The mode to handle the background appearance of the text.
  • The mode to handle the foreground appearance of the text.

    Declaration

    Swift

    case foreground
  • The mode to handle the background appearance of the text.

    Declaration

    Swift

    case background