【设备方向(UIDeviceOrientation)】设备方向是物理方向,以home键为基础参照物 1、home键在左时,屏幕是向右旋转UIDeviceOrientationLandscapeRight2、home键在右时,屏幕是向左旋转UIDeviceOrientationLandscapeLeft3、获取方式:[UIDevice currentDevice].orientation4、页面的不支持自动旋转时返回UIDeviceOrientationPortrait