0
splitViewがランドスケープモードで読み込まれた後に、私はpresentModalViewを使用してmodalViewを表示しました。私の問題はmodalViewが常にポートレートモードで解決策を見つけることができないことです。Ipad ModalView回転の問題
UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
それは私に横向きを与えるが、
UIDeviceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]
を使用すると、私のポートレートを提供します。 (4.2の下で動作していない)
おかげで、