jjzjj

InterfaceRotation

全部标签

iphone - NSLog InterfaceRotation 在模拟器上不起作用?

我想知道为什么在iOS模拟器上通过跟踪我的UIViewController中的代码进行测试时没有控制台输出-它仅通过在设备上进行测试进行跟踪。-(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientationduration:(NSTimeInterval)duration{NSLog(@"willRotateToInterfaceOrientation:",toInterfaceOrientation);}我如何打印出UIInterfaceOrientation值(枚举类型)?如