Czy [UIScreen mainScreen] .bounds.size staje się zależny od orientacji w iOS8?
Uruchomiłem następujący kod zarówno w systemie iOS 7, jak i iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation ==