デバイスが左に回転すると UI は右に回転するので、
UIInterfaceOrientationLandscapeLeft = UIDeviceOrientationLandscapeRight
UIInterfaceOrientationLandscapeRight = UIDeviceOrientationLandscapeLeft
意味が逆になるので注意
デバイスが左に回転すると UI は右に回転するので、
UIInterfaceOrientationLandscapeLeft = UIDeviceOrientationLandscapeRight
UIInterfaceOrientationLandscapeRight = UIDeviceOrientationLandscapeLeft
意味が逆になるので注意
Comments