我想在我的应用程序启动时调用willAnimateRotationToInterfaceOrientation方法,如何强制执行此方法? 它只在我现在旋转设备时调用:(
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return YES;
}
一个细节......当设备处于水平模式时会调用它,但是当我在垂直模式下启动设备时,从不调用此方法:(
答案 0 :(得分:0)
为什么不直接在Info.plist文件中设置UISupportedInterfaceOrientations?