作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我有一个 UIViewController,我想用 [self presentModalViewController:settingsController animated:YES]
显示它。
我的应用程序处于横向模式。当我使用 presentModalViewController
时, View 从侧面滑入,就好像它处于纵向模式一样。当我使用 addSubview:
添加 View 时,它会正确显示在屏幕上。
我确实在我的 View Controller 中使用了 shouldAutorotateToInterfaceOrientation
,但它似乎对解决这个问题没有帮助。
- (BOOL)shouldAutorotateToInterfaceOrientation (UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}
有没有人遇到过这个或者知道我可能哪里出错了?
最佳答案
尝试从主视图 Controller 而不是其中一个 subview 的 Controller 呈现模态视图。那对我有用。
关于iphone - presentModalView 从我的横向应用程序的侧面进来,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5588002/
我是一名优秀的程序员,十分优秀!