mkannotationview
mapView:didDeselectAnnotationView: delegate method getting called before the annotation view is actually deselected
I am working with a map view populated with custom pins.When the user taps somewhere on the map to deselect a pin, I want to implement the map such that the pin does not become deselected (i.e. users[详细]
2023-03-24 20:37 分类:问答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 do I animate MKAnnotationView drop?
I have a custom MKAnnotationView where I set my image myself in viewForAnnotation.How do I animate it\'s drop like I can with MK开发者_运维问答PinAnnotationView?[详细]
2023-03-23 01:40 分类:问答can UIimage have text or string at xcode?
I was building an application, an example I have MapView that will show many annView, the question is How can I make it all different, with a little subtitle, such as number or something like symbol[详细]
2023-03-22 21:09 分类:问答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 分类:问答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 分类:问答Pushing View Controller onto Navigation stack results in SIGABRT
Just to preface, I am new to iOS development.I have looked around for awhile to try and find an answer, whether on here or through Google.[详细]
2023-03-19 15:45 分类:问答All mkannotation(s) showing + a new one when tapped
I have a question about MKAnnotation. I currently have a map with 4 pins each with an annotation badge thing that shows up when the pin is tapped. Only the last pin loaded has the annotation showing.[详细]
2023-03-19 06:26 分类:问答