方向自动旋转

发布于 2024-09-16 05:57:19 字数 269 浏览 7 评论 0原文

我对单个笔尖有两种不同的看法。当我在 iPhone“模拟器”上旋转屏幕时,视图旋转得非常好,并且输出是所需的。但是当我在 iPhone 上部署我的项目并经历相同的过程时,视图不会因更改手机方向而改变?

在视图中确实出现了我使用过的

[[UIDevice currentDevice] beginGenerateDeviceOrientationNotifications]; 但还是没有效果。 我不知道为什么它在模拟器上工作正常,但在 iPhone 上却不行。 如果你能帮助我,我会非常高兴。

i have 2 different views for a single nib. when i rotate the screen on iphone "simulator", the view rotates perfectly fine and the output is the desired one. but when i deploy my project on iphone and go through the same process the view doesnot change on changing the phone orientation ?

in view did appear i have used

[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
but still no effect.
i dont know why it is working fine on simulator but not on iphone.
I will be really pleased if u help me out.

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

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

发布评论

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

评论(1

金橙橙 2024-09-23 05:57:19

这听起来可能很荒谬,但是您是否打开了方向锁定? (状态栏中的挂锁)。

This may sound ridiculous but do you have the orientation lock turned on? (Padlock in the status bar).

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