mkannotationview
Deallocation while key value observers still registered (reverse geocoder)
When my view goes away I get the following message: An instance 0x1c11e0 of class MKAnnotationView was deallocated while key value observers were still registered with it. Observation info was leaked[详细]
2023-02-13 01:46 分类:问答Custom callout view with button over a MKMapview in iOS 3.0
I created a subclass of MKAnnotationView which when selected display a callout view (similar to the MKPinAnnotationView) which is just a subclass of UIView with a button and text for now. The callout[详细]
2023-02-12 01:45 分类:问答How to show more text on annotation view
I have created an iPhone app which loads the map using the MKMapkit. When clicking on the map, it shows MKAnnotation with title a开发者_JS百科nd subtitle strings.[详细]
2023-02-11 14:32 分类:问答MKMapView - UIWebView as MKAnnotationView
Is there a way to handle MKAnnotationView as being a container for html formatted text? Generally saying, I would like to control MKAnnotationView through a UIWebView, UIWebView to be the view of the[详细]
2023-02-06 16:50 分类:问答Ios 4 - Mkmap placing custom annotations problem
I am working onMKMap View which shows current location based on location coordinate and other custom annotations . It showing correctly on the Iphone 3gs but on iphone 4.0 or above it does not show th[详细]
2023-02-05 17:11 分类:问答my MKAnnotationVIew is not showing the title
I am new to iPhone programming and I can\'t understand why the MKAnnotationView is not showing the title\'s of my annotation\'s. Below is the code that is used to display it on the map.[详细]
2023-02-03 18:00 分类:问答Setting street address as the subtitle in an annotation
Hey! Basically I wann开发者_StackOverflow中文版a reverse geocode my coordinates for my annotation and show the address as the subtitle for my stored annotation (StorePosition). I just cant figure out[详细]
2023-02-01 11:47 分类:问答Problems Removing Annotations from a MKMapView
I am trying to remove all the annotations开发者_Python百科 of a map. The class that contains the MKMapView implements the MKMapViewDelegate. I am calling the remove all annotations method when a butto[详细]
2023-01-26 21:42 分类:问答Add MKAnnotation in UIView, not in MKMapView
It\'s possibile to add an mkannotation in a uiview. I don\'t have (and I don\'t want) a mkmapview, but I want the annotation with the callout in a uiview.[详细]
2023-01-24 23:03 分类:问答MKMapView moving Annotations Automatically - animate them?
I have a data set of annotations that can update very quickly.At the moment I remove all annotations before replotting them back onto the map.[详细]
2023-01-23 15:01 分类:问答