Hello. I have a MkMapView and want to keep the Map centered to the user's location, exaclty as the iPhone Map Application does when you press the scope button.
I am using the setCenterCoordinate method because I don't need to set the zoom. I use it everytime the location is updated from the location manager.
The problem is that as it updates at every half a second (aprox), this method "setCenterCoordinate" is called all the time and the App gets Kind of hung. If I need to switch to a tab away from the map view I have to keep pressing the other tab to accomplish that.
Well, all this text just to ask if there's a proper way to make the MkMapView get it's center set to the user location (blue dot).
Thanks