0

splitViewがランドスケープモードで読み込まれた後に、私はpresentModalViewを使用してmodalViewを表示しました。私の問題はmodalViewが常にポートレートモードで解決策を見つけることができないことです。Ipad ModalView回転の問題

UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];

それは私に横向きを与えるが、

UIDeviceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]

を使用すると、私のポートレートを提供します。 (4.2の下で動作していない)

おかげで、

答えて

0

私はNSTimerを使用して、その仕事と私の機能をLOASよ、少しトリッキーthatsのが、それは私が今見つけた唯一のソリューションです。

[NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(loadingModal:) userInfo:nil repeats:NO];