Normally, you can use MapKit to raise a pin on a map and tap to display an annotation balloon.
Therefore, I would like to do something else when the balloon of the comment is displayed.
Where should I write it?
-(void)mapView:(MKMapView*)mapView
DidSelectAnnotationView: (MKAnnotationView*) view {
}
© 2024 OneMinuteCode. All rights reserved.