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

Discussion: Dropping the classes prefix in version 2.0 #59

Open antoinelamy opened 7 years ago

antoinelamy commented 7 years ago

Swift types are automatically namespaced by the module that contains them so the FB class prefix is a bit useless. Is it ok if I PR a version with those prefixes removed?

chenr2 commented 7 years ago

A PR would be great, thank you!