Hello friends, I wan开发者_开发技巧t to develop a functionality MKMapView in iPhone and to show the custom pin in MKAnnotation so please could anyone provide me a link or any idea about this function
I guess error is too strong as it works exactly like I want it to, but I am getting a warning message that is troubling. I am adding a UIViewController to a TabBarController and all I want it to do is
I have created the whole of my app in a single view application and just realised that I need to add a map to it, but alas - all the tutorials I see for creating Map Views, start with \"Create a v开发
I am attempting to subclass MKOverlayView to create a custom overlay. I understand that in order to do this, one must override the following two methods
I\'ve been trying to fade in an MKMapView when we have successfully found the address, and fade out the view when long & lat == 0. I have the code in the delegate:
I have an app that I want the user to be able to dray a box around a location, say 开发者_如何学编程a parking lot.I can\'t figure out a good way to let them draw this.I can track a long press, and dra
I\'m trying to draw a series of concentric circles as a custom overlay within a MKMapView.Please note that for performance reasons, I need to implement a custom draw method, not simply add a series of
I am using monotouch to develop an app for the IPhone that needs to be able to locate a place on a mapView to zoom in on. SetVisibleMapRect seems to be the right method but I always end up in the midd
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
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