mkannotation
Changing an MKAnnotationView custom image?
I know you can create a custom annotation view using something like: -(MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation开发者_如何学Go>)annotation[详细]
2023-03-26 20:49 分类:问答MkMapView annotation selection dilemma?
Ok, so I have a map view that has a bunch of annotations on it. Certain annotations when selected need to display extended info in a small table view which i am doing by resizing the mapview to half s[详细]
2023-03-25 10:45 分类:问答MKMapView removeAnnotation is not removing the selected annotation
When I call removeAnnotation and pass it a pointer to the annotat开发者_StackOverflowion I had added, it is not removing the annotation...Is this because it had made a copy of the annotation when I ad[详细]
2023-03-24 01:29 分类:问答Custom annotation view is being removed from its superview after setting map view center coordinate
I\'m working on a location-aware application that is using MKMapView with custom callout bubbles implemented as MKAnnotationView subclass. Yesterday I\'ve encountered a subtle bug when custom annotati[详细]
2023-03-23 18:15 分类:问答Putting UIButton and other UIControl objects inside an MKAnnotationView and allowing user interaction
I have a custom annotation view on the map, which has a UIButton in it, but the UIButton is not responsive when pressed. I have two main problems with user interaction on the annotation view:[详细]
2023-03-23 09:54 分类:问答Add a button to MapKit callout at bottom center (not accessory)
I have an interesting challenge.I need to create a callout for an MKAnnotation that has a slightly custom look on my map.It has 开发者_如何学Ca right accessory view, but it also requires a button in t[详细]
2023-03-23 05:30 分类:问答How to display multiple callouts from MKAnnotationView?
I like implement sth. like this. I have two annotations with callouts, but MKMapView allows only one to be selected at the same time.[详细]
2023-03-22 02:32 分类:问答equivalent of "didAddAnnotationViews" for removing pins?
I have a mapview. I\'ve implemented didAddAnnotationViews to show a custom fade i开发者_StackOverflown animation for my pins.[详细]
2023-03-21 09:55 分类:问答MKPinAnnotationView and custom classes conforming to the MKAnnotation protocol
I have created the following method for determining the view for my annotations in a map view. - (MKAnnotationView *)mapView:(MKMapView *)mv viewForAnnotation:(id <MKAnnotation>)annotation[详细]
2023-03-21 05:23 分类:问答Iphone : Custom MKAnnotationView Callouts
I just spent the last hour looking through stackoverflow and Google for examples on doing custom callouts.So not the actual pin that you click but the bit that appears above it.[详细]
2023-03-21 04:20 分类:问答