hanspinckaers / GrowingTextView

[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.
http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms
MIT License
2.05k stars 454 forks source link

Deprecation warning for deployment target set to iOS 7 #91

Open choefele opened 10 years ago

choefele commented 10 years ago

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.

Please merge - thanks