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

Placeholder text is not wrapping if text is longer than control width.

Code looks like this: ``` import UIKit import GrowingTextView class CommentsViewController: UIViewController { @IBOutlet var commentTextView: GrowingTextView! // MARK:- View lifecycle override func viewDidLoad() { super.viewDidLoad() customizeCommentTextView() } func customizeCommentTextView()...

I want to add attributed placeholder to textView which if type GrowingTextView. But it shows error "Ambiguous use of "attributedPlaceholder". ![Screenshot 2020-08-11 at 5 13 15 PM](https://user-images.githubusercontent.com/42212959/89893466-0aed8f00-dbf6-11ea-8a34-7cde07e22813.png) I guess the...

I've been using your library for years without problems. Recently I had to resume a project which I haven't touched in several months, so I'm not sure if this is...

In my case, I have chat screen which supports arabic and english language and when I am using your lib, it doesn't showing globe button to change keyboard. Is there...

If you press the backspace quickly and continuously, there are bugs that temporarily do not change the vertical size. Can you fix the problem? Thank you.

If you add a scroll view into the view and set the keyboard dismissal behavior to interactive, when you drag down starting above the toolbar containing the text view, it...

Hi I put it in inputAccessoryView When I change line by return key It is not animating as UICollectionView animate And one more thing, I run the demo App see...