Callouts from custom MKAnnotationView
collabitat opened this issue · 2 comments
collabitat commented
Greetings. I am trying to use your project and I can get the clustered pins but no longer have any callouts when I tap on them. I am implementing a custom annotation view via - (CollabitatMapAnnotationView *)mapView:(MKMapView *)mapView
viewForAnnotation:(id ) annotation
Do I need to change something to point to one of your classes?
Thanks much.
William
choefele commented
Did you set canShowCallout
to YES
? The example in this repo has an implementation that works.
choefele commented
I assume you have solved your problem because I haven't heard back for a while. Please reopen if needed.