jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

UTTableViewCell #13

Closed dkononenko closed 8 years ago

dkononenko commented 8 years ago

How add multiline TextInput in UITableViewCell?

Thanks

victorBaro commented 8 years ago

Non related to this library. The problem would be exactly the same as using a UITextView.

As a quick answer, I'd recommend you to use animatedTextInputDidChange delegate method to check when the height changes for a given width. Once a height change is detected, update the correspondent tableView cell height.

dominicwhyte commented 5 years ago

https://medium.com/@ayon/auto-expanding-text-input-ios-c93d0e666cbc This was helpful for this!