注册消息来判断屏幕是否旋转

[[NSNotificationCenterdefaultCenter] addObserver:selfselector:@selector(deviceOrientationChange) name:UIDeviceOrientationDidChangeNotificationobject:nil];

原文地址:https://www.cnblogs.com/qingjoin/p/3658679.html