NSLog(@"the View Weight is --%f--",self.view.frame.size.width);
NSLog(@"the View Height is --%f--",self.view.frame.size.height);
我使用iPhone 4S,5,6,6S
运行相同的代码在iPhone 4S上它提供320,480
但对于所有其他设备,它给我320,568。无论5,6,6S
这是Xcode 6.0 Bug吗?
即使 NSLog(@“高度为 - %f - ”,[[UIScreen mainScreen]界限] .size.height)在iPhone 6上给出m,e 568