When I click on the “Map” button in my tab bar, it pulls up my Map View Controller, and shows the user’s current location on the mapview (I’m using the following code):
[mapview setShowsUserLocation:YES];
Super easy. But if I want the map to automatically zoom in on the user’s current location, how do I go about doing this (in xCode)?
Thanks 🙂
i think this is what you need