State

public enum State

The state of the Selector.

  • The default state.

    Declaration

    Swift

    case `default`
  • Disables the selector.

    Declaration

    Swift

    case disabled
  • Changes the border color to error.

    Declaration

    Swift

    case error