GrowingTextView
GrowingTextView copied to clipboard
How to make it work with Auto Layout?
I was working with iOS 7 without Auto Layout. When i try to use it in a controller which is using auto layout text is not growing. Is there a way to make it work with Auto Layout? Thanks..
I really like HP's solution, however with Auto Layout, there is a much simpler way I would highly recommend. Take a look at this: https://github.com/adam-siton/AUIAutoGrowingTextView
@seltsam42 Thank you. I will check this out.
@seltsam42 Thank you. I will check this out.