方向自动旋转
我对单个笔尖有两种不同的看法。当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来可能很荒谬,但是您是否打开了方向锁定? (状态栏中的挂锁)。
This may sound ridiculous but do you have the orientation lock turned on? (Padlock in the status bar).