HintVisibleStates

public struct HintVisibleStates : OptionSet

Option set for managing possible visible states for fields hint message.

You can provide needed set to hint service init method or change this set for specific field with appropriate method. Hint or error messages will be shown only for specified states.

Public Properties

  • Declaration

    Swift

    public let rawValue: Int
  • Undocumented

    Declaration

    Swift

    public static let error: HintVisibleStates
  • Undocumented

    Declaration

    Swift

    public static let disabled: HintVisibleStates
  • Undocumented

    Declaration

    Swift

    public static let normal: HintVisibleStates
  • Undocumented

    Declaration

    Swift

    public static let active: HintVisibleStates
  • all

    Undocumented

    Declaration

    Swift

    public static let all: HintVisibleStates

Initialization