3

I am looking for clustering markers in MapKit, so I found this library: FBAnnotationClusteringSwift that answers my needs.

But it is for swift 3. Can anyone find the same library for swift 2.

Thanks.

Niib Fouda
  • 1,242
  • 13
  • 19

1 Answers1

1

I don't know if you found something else but here is your answer:

If you find something on github but it is in a newer version, you just have to search a previous version of this repo at the commits section.

enter image description here

This repo I think its working with swift 3 and swift 2 too (with pod install) Maybe you faced a problem when you tried to insert his code from the usage.

Anyway this is the link for swift 2.2 if the pod installation is eventually for swift 3 use the manuall installation, just take the files and drop them to your project, and use the usage code to use the repo.

If you don't want swift 2.2 (so you have xcode < 7.3) I think this is this is the link

Hope it helps you.

mike vorisis
  • 2,458
  • 5
  • 34
  • 68