Est-ce que [UIScreen mainScreen] .bounds.size devient dépendant de l'orientation dans iOS8?
J'ai exécuté le code suivant dans iOS 7 et iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight); NSLog(@"Currently landscape:...