标签: iphone ios ipad uialertview device-orientation
是否有可能在UIAlertView内向设备的当前方向显示UIViewController,并始终在NO中返回shouldAutorotateToInterfaceOrientation:?
UIAlertView
UIViewController
NO
shouldAutorotateToInterfaceOrientation:
答案 0 :(得分:1)
您可以根据设备的方向在显示后旋转视图,使用:
alertView.transform = CGAffineTransformRotate(alertView.transform, degreesToRadian(90));