¿Es [UIScreen mainScreen] .bounds.size dependiente de la orientación en iOS8?
Ejecuté el siguiente código tanto en iOS 7 como en iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight); NSLog(@"Currently...