私は使っている
[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(detectOrientation) name:@"UIDeviceOrientationDidChangeNotification" object:nil];
appdelegate のいくつかのビューを変更します。
しかし、これは加速度計のわずかなバリエーションで呼び出されます。デバイスが完全に回転したときにのみ呼び出されるように、誰でも回避策を提案できますか。ありがとう