GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Deprecation warning for deployment target set to iOS 7

Open choefele opened this issue 10 years ago • 0 comments

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

choefele avatar Jan 30 '14 15:01 choefele