I am using the MKMap view, but when the map first loads it show the entire United States. Then it zooms to my current location.
Is there a way to make the map load to a specific zoom level?
I start the CLLocationManager and implemented the following method.
-(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations
I also use setRegion
but no matter what I do the map always starts at US level then zooms to the region I set with setRegion
?