0

仅当设备处于横向模式时才显示 UIViewController 的最佳方式是什么?当设备处于横向模式时,模态视图控制器应以模态方式呈现,并在返回纵向模式时自行关闭。

由于- (BOOL)shouldAutorotateToInterfaceOrientation :(UIInterfaceOrientation)toInterfaceOrientation只调用一次(而不是每次调用UIViewController),导航控制器应该如何设置?

4

1 回答 1

0

您正在寻找的方法是

- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)o duration:(NSTimeInterval)t;
于 2012-07-30T21:40:11.243 回答