O [UIScreen mainScreen] .bounds.size está se tornando dependente da orientação no iOS8?
Executei o seguinte código no iOS 7 e iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight); NSLog(@"Currently landscape: %@,...