作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 UITableViewController
遇到问题,它无法进行 UIDeviceOrientationPortraitUpsideDown
方向。我已经设置了 shouldAutorotateToInterfaceOrientation
函数,允许两个纵向方向。
这是我实现 UITableViewController 的代码
UITableViewController *controller = [[UITableViewController alloc] initWithStyle:UITableViewStyleGrouped];
controller.tableView.delegate = self;
controller.tableView.dataSource = self;
controller.tableView.scrollEnabled = NO;
谢谢
最佳答案
最可能的解释是您的应用程序本身不支持颠倒(Apple 人机界面指南建议 iPhone 应用程序不应颠倒旋转。)您可以在 Xcode 内的项目设置中修改此设置。
如果不是这样,您可以发布 shouldAutorotateToInterfaceOrientation
的代码吗?
关于iphone - UITableViewController 不会执行 UIDeviceOrientationPortraitUpsideDown 方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11355497/
我的 UITableViewController 遇到问题,它无法进行 UIDeviceOrientationPortraitUpsideDown 方向。我已经设置了 shouldAutorotate
我是一名优秀的程序员,十分优秀!