摘要:
三种方式:self.interfaceOrientation[[UIApplication sharedApplication] statusBarOrientation][[UIDevice currentDevice] orientation]但是实际使用时有区别的:self.interfaceOrientationreturns UIInterfaceOrientation, current orientation of the interface. It is a property in UIViewController, you can access to this one only 阅读全文