0

alertview が存在する場合、iOS 7 Viewcontroller は回転しません。

しかし、私のステータスバーはデバイスの向きに変化しています。ただし、警告が存在した最後の向きでビューがフリーズしたままです

4

1 に答える 1

0

Do you have conflicting rotational code for any of the following methods?

- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
- (NSUInteger)supportedInterfaceOrientations
- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
于 2013-10-22T14:58:06.630 に答える