0

我想在我的应用程序启动时调用 willAnimateRotationToInterfaceOrientation 方法,如何强制执行此方法?只有当我现在旋转设备时才会调用它:(

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation 
{    
    return YES;
}

一个细节......当设备处于水平模式时,它被调用但是当我以垂直模式开始设备时,这个方法永远不会被调用:(

4

1 回答 1

0

为什么不在 Info.plist 文件中将方向设置为 UISupportedInterfaceOrientations?

于 2011-02-14T11:44:53.843 回答