当我旋转屏幕时,我想做一些动作。 我目前正在使用这种方法,但它不起作用。
- (void)deviceOrientationDidChange:(NSNotification *)notification {
NSLog(@"rotated!");
}
有什么想法吗?感谢。
答案 0 :(得分:0)
突然出现: (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOri entation