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.
ビュー コントローラの回転をアニメートしてフェードアウトし、回転モーションの代わりにビューの回転でフェードインする方法はありますか?
すでに回転が検出されたときに減光してから減光しようとしましたが、減光すると回転し始めていることがわかります
おそらく、既存のスピンモーションを無効にする方法が必要ですか?
UIViewControllerメソッドwillRotateToInterfaceOrientationまたはwillAnimateRotationToInterfaceOrientationまたはでディミンアニメーションを設定してみてくださいwillAnimateFirstHalfOfRotationToInterfaceOrientation
UIViewController
willRotateToInterfaceOrientation
willAnimateRotationToInterfaceOrientation
willAnimateFirstHalfOfRotationToInterfaceOrientation