Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
常に戻ってくるデバイスUIAlertViewの現在の向きに回転して表示することは可能ですか?UIViewControllerNOshouldAutorotateToInterfaceOrientation:
UIAlertView
UIViewController
NO
shouldAutorotateToInterfaceOrientation:
これを使用して、デバイスの向きに応じてビューを表示した後、ビューを回転させることができます。
alertView.transform = CGAffineTransformRotate(alertView.transform, degreesToRadian(90));