iPhone 6 and 6 plus giving wrong frame, bounds values [duplicate]
This question already has an answer here: How to enable native resolution for apps on iPhone 6 and 6 Plus? 8 answers I have my app build on Xcode 5.1.1 but once upgraded on Xcode 6 facing the problem with frame size as per new sizes iPhone 6 has 750x1334 resolution but, getting output 480x300 does anyone has faced the same problem with iOS 8, iPhone 6 or even on iPhone 6 plus simulators just run the app and NSLog the following lines NSLog(@"Width - %f, Height - %f",self.view.frame.size.width,self.view.frame.size.height); NSLog(@"Width - %f, Height - %f",self.view.bounds.size.width,self.view