CharCountErrorType

public enum CharCountErrorType

The enum for the error type of the character counter.

  • Type noError is for when there is no error in the character count.

    Declaration

    Swift

    case noError
  • TypemaxReached is for when the character count reaches the maxValueTextLength.

    Declaration

    Swift

    case maxReached
  • TypebeyondLimit is for when the character count exceeds the maxValueTextLength.

    Declaration

    Swift

    case beyondLimit