TextFieldCounter
TextFieldCounter copied to clipboard
UITextField character counter with lovable UX π. No math skills required π.
The idea is provide a way to show the information about limits in an external label, by default, we keep using internal label (as right view).
Update read-me to show new features. - [x] Update `Features` list - [ ] Update demo image ("See how it works" gif)
Hey, It's a matter of taste, but if I were going to use TextFieldCounter (I'm not, currently), I'd prefer a block for handling when max length is reached. ``` textField.onMaxLengthCrossed...