I am working on a iPhone Application
My requirement is,
When i open my app it must open a globe we can rotate the globe by touching it.We have to pin point the important cities like maps.When we click on the pin we have to zoom in and show the city nearer.
Is it possible to do it by using MKMapView.Can you please Help me.
The best work around that I have found is to create a custom AnnotationView. Within the AnnotationView create a -(void)BeginTouch method. Add you custom methods here… For example, I’ve called NotificationCenter below.
Hope that helps!