rotating MKMapView
问题 I have a working app with an MKMapView showing user location. So far, so good: - (void)viewDidLoad { ... [myMapView setAutoresizingMask:UIViewAutoresizingFlexibleWidth]; [myMapView setUserTrackingMode:MKUserTrackingModeFollow animated:YES]; } Now, I allow interface rotations: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations. return YES; } If I now turn the device and center to the user location [myMapView