Good morning.
Thank you for your library, it is very interesting, I like it.
In this pull request I call updateView each time when characterLimit is changing. Also I declared init(frame: CGRect) as public because I think developers can use this initialiser. I set default value of characterLimit to 4, but you can revert it if you want.
Oh, I missed to add public to init(frame:), agree it should be public.
Thank you for fixing that initializer and characterLimit setting @romanpodymov24i
👍
Good morning. Thank you for your library, it is very interesting, I like it. In this pull request I call updateView each time when characterLimit is changing. Also I declared init(frame: CGRect) as public because I think developers can use this initialiser. I set default value of characterLimit to 4, but you can revert it if you want.