Apakah [UIScreen mainScreen] .bounds.size menjadi tergantung pada orientasi di iOS8?
Saya menjalankan kode berikut di iOS 7 dan iOS 8: UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation]; BOOL landscape = (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight); NSLog(@"Currently...