在我的 UIViewController 子类中,我 impliment - (void)didAnimateFirstHalfOfRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
,但它从未被调用,尽管我已经正确实现- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
并且我的视图确实得到了旋转。