Становится ли [UIScreen mainScreen] .bounds.size зависимым от ориентации в iOS8?
Я запустил следующий код в iOS 7 и iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight); NSLog(@"Currently landscape: %@,...