我设法使用以下方法使注释可点击:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
{
NSLog(@"touch");
}
我想要一个带有 3 个按钮的小弹出视图,并且在单击注释时显示注释的标题。
我设法使用以下方法使注释可点击:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
{
NSLog(@"touch");
}
我想要一个带有 3 个按钮的小弹出视图,并且在单击注释时显示注释的标题。