TextColorToolControllerMode

@objc
public enum TextColorToolControllerMode : Int

The different modes that an instance of TextColorToolController can handle.

  • 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