gpt4 book ai didi

iphone - UITableViewController 不会执行 UIDeviceOrientationPortraitUpsideDown 方向

转载 作者:行者123 更新时间:2023-11-29 04:33:41 25 4
gpt4 key购买 nike

我的 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 内的项目设置中修改此设置。

Four rotation options within Xcode.

如果不是这样,您可以发布 shouldAutorotateToInterfaceOrientation 的代码吗?

关于iphone - UITableViewController 不会执行 UIDeviceOrientationPortraitUpsideDown 方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11355497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com