不要自动旋转视图控制器,但显示旋转的 UIAlertView
是否可以在 UIViewController
中显示旋转到设备当前方向的 UIAlertView
,并且在 shouldAutorotateToInterfaceOrientation:
中始终返回 NO
> ?
Is it possible to show a UIAlertView
rotated to the device's current orientation inside a UIViewController
that always returns NO
in shouldAutorotateToInterfaceOrientation:
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在显示视图后根据设备的方向旋转视图,使用以下命令:
You can rotate the view after showing it depending on the orientation of the device, using this: