旋转屏幕时执行操作

时间:2013-05-23 17:27:41

标签: objective-c rotation orientation action

当我旋转屏幕时,我想做一些动作。 我目前正在使用这种方法,但它不起作用。

- (void)deviceOrientationDidChange:(NSNotification *)notification {
    NSLog(@"rotated!");
}

有什么想法吗?感谢。

1 个答案:

答案 0 :(得分:0)

突然出现: (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOri entation