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

I change this code and reemplace this ` @objc func textDidChange(notification: Notification) { if let sender = notification.object as? GrowingTextView, sender == self { if maxLength > 0 && text.count...

I just installed via CocoaPods and when I open .xcworkspace I get the following error: ``` .../Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for TaskListTableViewController...

![img_2887](https://user-images.githubusercontent.com/28642470/42641558-6be2f7dc-8612-11e8-887e-bcd7f7d09eaf.PNG) My TextView is Feedback/comment enter some text after scrollview not seen Properly I think so after maxHeight it scroll automatically.

I have a table view and each cell has a UITextView. After I changed the UITextView to GrowingTextView, I got this exception when I have several cells in the table:...

i set it as a GrowingTextView but the height is not changing dynamically textview just has the default function....

Not working if I set isScrollEnabled = false

Hello, When we have `navigationController?.navigationBar.isTranslucent = false` The keyboard is shown over the textView, textView does not appear for the user to type Any hint for that? Thanks

make the pod file for swift 3.3 version

Hello, I tried with GrowingTextView examples and working as expected, but if try by creating a new project with Xcode 9.3 and i apply same constraint giving an error Input...