mkannotationview
MKAnnotationView do not anything
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation {[详细]
2023-04-09 13:26 分类:问答How to create custom annotation and callout bubble in iphone?
I want to create a customized annotation and callout bubble on MKMapView. I need to use a customized view rather than default annotation pin and annotaion view(which is limited to show only开发者_如何[详细]
2023-04-07 02:48 分类:问答why it show last pin's type of call out annotation in my mapview
I am designing a map view in which i am dropping no. of pins. I have also add a custom view on every pin. Now problem is that whenmy map view add all pins then on map it don\'t show my last pin. Inste[详细]
2023-04-06 21:17 分类:问答viewForAnnotation not called in iPhone 4 but works in simulator [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-06 04:30 分类:问答Custom image for MKAnnotation
I have created an annotation which I\'m adding to an MKMapView. How would I go about having a custom image instead of the standard red pin?[详细]
2023-04-05 21:20 分类:问答iOS MapKit Annotation, not showing correct location
I using a custom image for my mapkit annotation. But the main problem it seems that I am running into in using a custom image, is that when zoomed out, the annotation is not in the correct point on th[详细]
2023-04-05 21:18 分类:问答How to add a custom view when tap on pin of map view?
I want to add a custom view in which I have four text field and five images with tap on pin of map view. I have use following code in .m file.[详细]
2023-04-05 11:05 分类:问答MKMapview place pin at location (long/lat)
I have latitude and long values and I need to be able to drop a pin at this location. Can anybody provide some advice on how to go about this?开发者_Go百科Find the below very simple solution to drop[详细]
2023-04-05 10:25 分类:问答MKAnnonationView Tapping Problem
I want to navigate to next class through tap on MKAnnotationView on MKMapView. How can I do this plz give some sample code for this.[详细]
2023-04-05 01:50 分类:问答multiple annotation have issue to get selected index annotation
I have displayed multiple annotation successfully in mapView in my iphone application, but I have problem too .. In top of the screen I have two Tab Map and List . map display all annotation in map an[详细]
2023-04-04 21:46 分类:问答