[](https://travis-ci.org/Svitlana Moiseyenko/ASAutoResizingTextView)
To run the example project, clone the repo, and run pod install
from the Example directory first.
ASAutoResizingTextView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ASAutoResizingTextView"
After installation put the TextView
control into your ViewController
and in the Inspector choose the ASAutoResizingTextView
class for it.
Do not forget to create the param sendTextViewHeightConstraint
(call it whatever you want) and to connect this with the constraint in the Inspector textViewHeight
.
You can change the max-height manually directly from the Inspector settings.
Alexander Vasileyko, [email protected] (https://github.com/alexnodejs)
Svitlana Moiseyenko, [email protected] (https://github.com/svetlanama)
https://github.com/adam-siton/AUIAutoGrowingTextView
http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms
ASAutoResizingTextView is available under the MIT license. See the LICENSE file for more info.