iPhone 按需轮换
有没有办法手动检查设备的当前位置并要求设备自动旋转它,而无需等待用户实际旋转设备?
目前,我使用 -shouldAutorotateToInterfaceOrientation 中的多个 IF 控制旋转,但在少数情况下,我必须停止视图旋转并再次启用它,并且我不希望用户旋转设备两次以获得所需的方向。
Is there a way to manually check current position of device AND ask device to automatically rotate it without waiting for user to actually rotate the device?
Currently I control the rotation with several IFs in -shouldAutorotateToInterfaceOrientation but in few situations I have to stop the view from rotating and enable it again and I don't want user to rotate the device twice to have the desired orientation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了检查方向,
然后根据您的情况,您可以根据需要更改设备方向..
您可以使用 :
或您想要的任何内容。
或者你可以继续关注,但这不是这样做的
for checking Orientation
then based on your condition you can change device orientation as you wish..
you can use :
or what ever you want.
or you can go for following but this is not do