ribl / FBAnnotationClusteringSwift

Swift translation of FB Annotation Clustering, which clusters pins on the map for iOS.
http://ribl.co/blog/2015/05/28/map-clustering-with-swift-how-we-implemented-it-into-the-ribl-ios-app/
MIT License
311 stars 109 forks source link

Support for Swift 2.3 #52

Open ClockWise89 opened 8 years ago

ClockWise89 commented 8 years ago

I have a project where I use this and I can't use Swift 2.2, and I can't use Swift 3.0. So I need to use 2.3, but this does not have the support for it.

I would appreciate so much if someone could add support for 2.3. I've got it running on 2.3 by commenting out some small changes, but I have no idea if the changes are legit.