我忙於iPhone應用程序,爲此我正在使用自定義的MKAnnotation。但我必須非常努力地讓它調用方法:自定義MKAnnotation點擊範圍
- (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view {
有時它根本不會調用它。
有誰知道我可以如何增加我的MKAnnotation的點擊範圍?
我忙於iPhone應用程序,爲此我正在使用自定義的MKAnnotation。但我必須非常努力地讓它調用方法:自定義MKAnnotation點擊範圍
- (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view {
有時它根本不會調用它。
有誰知道我可以如何增加我的MKAnnotation的點擊範圍?
哎呀,解決了!我做錯了的事不是在didSelectAnnotationView方法中調用[mapView取消選擇註釋..... – Jelle