thoughtbot / TBAnnotationClustering

Example App: How To Efficiently Display Large Amounts of Data on iOS Maps
http://robots.thoughtbot.com/how-to-handle-large-amounts-of-data-on-maps/
MIT License
728 stars 125 forks source link

Added Swift version of the code for better readability and just for the fun of it. #11

Open eyaldar opened 8 years ago

eyaldar commented 8 years ago

Hey, I stumbled upon your code while learning Swift and looking for clustering abilities, In order to better understand your solution I migrated your code to a Swift solution. As it is already implemented I thought others like me(people with no knowledge of the Objective-C language nor willing to learn it) might appreciate the ability to read the same code in the Swift language.