GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

An UITextView in Swift. Support auto growing, placeholder and length limit.

Results 22 GrowingTextView issues
Sort by recently updated
recently updated
newest added

This function should not scroll to the end or to the top. It should scroll to the cursor position. I added a workaround for myself: ```swift func textViewDidChangeHeight(_ textView: GrowingTextView,...