KennethTsang / GrowingTextView

An UITextView in Swift. Support auto growing, placeholder and length limit.
MIT License
1.07k stars 133 forks source link

Support text view scrolling after maximum height #27

Closed divyanayak18 closed 4 years ago

divyanayak18 commented 6 years ago

This can be used to support chat window text which allows to scroll once it reaches maximum height.

KennethTsang commented 6 years ago

Thanks for your support, but the GrowingTextView was already working as it. Also, can you explain the reason why did you remove UITextViewTextDidEndEditing observation?