views:

16

answers:

1

I want to zoom in on an annotation after double clicking on it, but I cant seem to find a method in the developer documentation that does this, So how do I zoom in on a double clicked annotation?

A: 

You need to build a custom Annotation that can detect double click. Subclass MKAnnotationView and detect double click

Hussain Saleem