I have an app which runs in portrait mode on iPhone. One of the views in my app is a map. The area which I want to show looks much better in landscape orientation. So, I used The Quartz framework to rotate the map. The problem is, my pins are all sideways now. I'd like to know if I can tell MapKit to rotate the map, while keeping the pins oriented the correct way. Can I do this? How?
This is off the top of my head and thus untested in code. I also assume that you're not returning custom annotation views for your annotations already. Consequently, I wonder if you can:
Sounds plausible on paper, I think?!