I\'m developing the app to work both on iphone4 and iPhone 5. I\'m using the following code to get the screen size
CGRect screenBounds = [[UIScreen mainSc
In fact
[[UIScreen mainScreen] bounds].size.height
returns 568 for iPhone 5. Make sure, you selected "iPhone 4 - (4 inch)" as Device in the Simulator (it's there since Xcode 4.5). There should also be an Default-568h@2x.png file in your project if you created your project using the Xcode assistent.