I manage to make the annotation clickable using this:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
{
NSLog(@"touch");
}
I would like for a small popup view with 3 buttons and the title of the annotation to appear when the annotation is clicked.