Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKMapViewDelegate doesn't work #15

Open
Vishnumank opened this issue Aug 17, 2012 · 2 comments
Open

MKMapViewDelegate doesn't work #15

Vishnumank opened this issue Aug 17, 2012 · 2 comments

Comments

@Vishnumank
Copy link

  • (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view;
  • (void)mapView:(MKMapView *)mapView didDeselectAnnotationView:(MKAnnotationView *)view;
  • (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)annotationView didChangeDragState:(MKAnnotationViewDragState)newState fromOldState:(MKAnnotationViewDragState)oldState;
@LucasDeVil
Copy link

Seems to correspond to issue #8.
Selecting and dragging is not performed in the MKMapView any more on 10.7.4

Even demo application is broken.

@LucasDeVil
Copy link

The latest update seems to have this issue solved. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants