Iphone sdk自定义uiview方向问题

发布于 2024-10-01 13:20:30 字数 165 浏览 4 评论 0原文

我正在使用基于自定义的 uiview 控制器,其中 uitabbar 包含 uitableview。我正在使用图像作为单元格背景。我想做从纵向到横向的方向,但问题是方向没有改变。我只是想知道自定义 uiviewcontroller 的方向有什么特殊的东西吗?

预先感谢

问候, 萨蒂什

I am using custom based uiview controller with uitabbar contains uitableview. I am using image for cell background. I want to do orientation from portrait to landscape but the issue is it is not changing on orientation. I just want to know is there are any special thing for custom uiviewcontroller for orientation?

Thanks in advance

Regards,
sathish

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独行侠 2024-10-08 13:20:30

如果旋转设备时没有任何反应,则说明您启用了系统范围的旋转锁定(您检查过这一点,对吧?),或者您的视图控制器未将 YES 返回到其备用方向。 shouldAutorotateToInterfaceOrientation:,或者您对视图做了一些奇怪的事情,这意味着您的视图控制器没有被设置为“最前面”的控制器,因此不会被询问方向更改。如果您发布用于设置控制器及其视图的代码,那么缩小范围会更容易。

If nothing happens when you rotate the device, you either have the system-wide rotation lock enabled (you checked that, right?), or your view controller isn't returning YES to the alternate orientation in its shouldAutorotateToInterfaceOrientation:, or you're doing something odd with your views that means your view controller isn't getting set as the “frontmost” one and thus isn't getting asked about orientation changes. It'll be easier to narrow that down if you post the code you're using to set up the controller and its view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文