ADClusterMapView selectAnnotation:animated: does not work with custom annotations
I am using a custom class that implements MKAnnotation. When I use one of these annotations in the call to selectAnnotation:animated:, nothing gets selected.
Hi! Are you using the latest version of our library? A similar bug was fixed a few days ago.
I do have the most recent build. I was trying to use an object of the custom annotation class in the call and it doesn't display the callout. I traced the code and there is an assert there to make sure the annotation type is ADClusterAnnotation. Guess what, my custom annotation is not of that type...
Are you using setAnnotations: to add your custom annotations, or addAnnotations: ? Only setAnnotations: is currently supported.
I was using setAnnotations. I have since converted back to Revolver so I can meet my app deadline. My annotations, etc. were displaying fine and clustering was working great. Just no callout when calling selectAnnotation.
Has this been fixed now?