【发布时间】:2013-11-01 10:07:05
【问题描述】:
当我在视图控制器中使用UIActionSheet时,我的视图控制器支持四个方向,我创建了一个UIActionSheet,并显示UIActionSheet。当我触摸UIActionSheet 的按钮时,UIActionSheet 关闭,然后旋转我的 iPhone,我的视图控件不支持旋转。不执行rotate的委托,如:
- (BOOL)shouldAutorotate
{
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
}
【问题讨论】:
标签: ios iphone objective-c uiactionsheet autorotate