gpt4 book ai didi

iphone - 不要自动旋转 View Controller ,但显示 UIAlertView 已旋转

转载 作者:可可西里 更新时间:2023-11-01 06:12:29 24 4
gpt4 key购买 nike

是否有可能在 UIViewController 中显示旋转到设备当前方向的 UIAlertView,它总是在 shouldAutorotateToInterfaceOrientation 中返回 NO: ?

最佳答案

您可以在显示 View 后根据设备的方向旋转 View ,使用此方法:

alertView.transform = CGAffineTransformRotate(alertView.transform, degreesToRadian(90));

关于iphone - 不要自动旋转 View Controller ,但显示 UIAlertView 已旋转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7462714/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com