[UISCreen mainScreen]입니다.iOS8에서 방향 의존적이 되는 bounds.size? iOS 7과 iOS 8 모두에서 다음 코드를 실행했습니다. UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight); NSLog(@"Currently landscape: %@, width: %.2f, height: %.2f", (landscape ? @"Yes" : @"No"..