[UNMAINTAINED] An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines. Similar to the one Apple uses in the SMS-app. See blog-post for a small screencast.
Building GrowingTextView with Xcode 5 will issue a deprecation warning for drawInRect:withFont: when setting the deployment target of the project to iOS 7.0. I assume that you still want to support iOS <7, so instead of rewriting the code, I disabled the warning.
Also, I updated the example project to the settings recommended by Xcode 5.
Building
GrowingTextView
with Xcode 5 will issue a deprecation warning fordrawInRect:withFont:
when setting the deployment target of the project to iOS 7.0. I assume that you still want to support iOS <7, so instead of rewriting the code, I disabled the warning.Also, I updated the example project to the settings recommended by Xcode 5.
Please merge - thanks