通知を使用して、デバイスの向きを取得しました。
[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
[notificationCenter addObserver:self
selector:@selector(deviceOrientationDidChange)
name:UIDeviceOrientationDidChangeNotification
object:nil];
ただし、デバイスの画面回転がロックされている場合、セレクター関数は呼び出されません。何か助けはありますか?