Wird [UIScreen mainScreen] .bounds.size in iOS8 orientierungsabhängig?
Ich habe den folgenden Code sowohl in iOS 7 als auch in iOS 8 ausgeführt: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight);...