Jesse Collis

Results 7 issues of Jesse Collis

Hi, Thanks for this project, I have really enjoyed putting it together. The README suggests connecting the screen's CS pin to GPIO15, which I found caused issues flashing the D1...

Here's some notes on how to get it working... https://github.com/route-me/route-me http://wiki.openstreetmap.org/wiki/OSM_in_MapKit https://github.com/mladjan/GoogleMapsOverlayiOS

JCTiledScrollViewDelegate needs to provide a more complete set of delegate callbacks. - annotationWillDisappear / didDisappear (etc etc)

Help Wanted

I've written some KIWI uni tests around some of the logic. Add them to this project

As noted in #1 non binary/XML plist formats can't be read since 5507f98b37a5c01fb88fa5d722558afe809908d4. The fix is to conditionally support .strings files, or force conversion to binary plist format via a...

bug

This will help a lot of people work out what JCLocalizedString is all about.

enhancement

Xcode magically converts strings files into binary plist format during it's build phase. If you're using JCLocalizedString with it's optional bundle functionality then be aware that your strings files won't...