I have a little issue with MKMapView and its annotations, and I can’t find what’s happening here.
The issue is that sometimes, when I tap an annotation, its callout won’t appear.
If I tap it again, it still won’t appear.
If I tap another annotation and after that I tap the first one again, the callout will appear.
I checked with an NSLog for title and canShowCallout in didSelectAnnotationView and everything’s ok there (the first isn’t null and the second is set to true).
What else could make the callouts not appear?
Found this, which seems to work. I don’t really like this kind of workarounds, but as there’s no other solution I guess that I have to use what I have…