Ipad ModalView旋转问题

时间:2011-01-26 07:46:11

标签: objective-c ipad presentmodalviewcontroller device-orientation

我创建了一个UISplitView,在横向模式下加载splitView后,我使用presentModalView显示一个modalView,我的问题是modalView始终处于纵向模式,无法找到解决方案。

UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];

它给了我横向,但使用

UIDeviceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]

给了我肖像。 (不在4.2下工作)

谢谢,

1 个答案:

答案 0 :(得分:0)

我正在使用NSTimer并使用它和它的工作取决于我的功能,这有点棘手,但这是我现在找到的唯一解决方案。

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