0

我創建了一個UISplitView,在splitView以橫向模式加載後,我使用presentModalView顯示一個模態視圖,我的問題是模態視圖始終處於縱向模式,找不到解決方案。Ipad ModalView旋轉問題

UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];

它給我的橫向方向,但使用

UIDeviceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]

給我畫像。 (4.2下不工作)

感謝,

回答

0

我使用一個NSTimer和寮國我用它和它的功函數,那是一個有點棘手,但是這是我發現的,現在唯一的解決辦法。

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