Results 4 issues of Claus Höfele

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...

To reproduce: - Enable debug switch in settings - Scroll to 180th meridian Result: debug grid doesn't get displayed correctly. This used to work by subtracting `MKMapSizeWorld.width` in `updateDebugPolygonsInGridMapRect:withCellMapSize:`, but...

bug

Thanks for this library. In my project, I'd like to use FontAwesomeKit as a dynamic framework. In a framework, all resources have to be loaded with `bundleForClass:` instead of `mainBundle`....

As an exercise, I rewrote the example to use `AlexaSkillsKit` to simplify parsing and generating Alexa messages. The functionality is still the same, but I think the sample is easier...