Thanks!
Aha! So like cell views in tables then! That's solved it, thanks very much!
I have noticed one other weirdness though. Using mapView setRegion:animated: seems to cause my map to zoom out to exactly half it's previous zoom level. I'm storing the span value in mapView regionDidChange:animated: and handing it back to mapView setRegion:animated but it seems to ignore me! The idea is that the user can scroll & zoom and when the app moves the map, it retains the user's zoom level.
Anyone else come across this? Any insight on where I'm going wrong?
|