CharCountErrorType
public enum CharCountErrorType
The enum for the error type of the character counter.
-
Type
noErroris for when there is no error in the character count.Declaration
Swift
case noError -
Type
maxReachedis for when the character count reaches themaxValueTextLength.Declaration
Swift
case maxReached -
Type
beyondLimitis for when the character count exceeds themaxValueTextLength.Declaration
Swift
case beyondLimit