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
-
Type
maxReached
is for when the character count reaches themaxValueTextLength
.Declaration
Swift
case maxReached
-
Type
beyondLimit
is for when the character count exceeds themaxValueTextLength
.Declaration
Swift
case beyondLimit