Reputation: 7031
How do I force my new builds in Xcode 4.5 to run in 3.5" screen mode? I don't have a [email protected] included but the app is still running in full 4" screen mode when testing with that kind of device in the simulator.
Upvotes: 2
Views: 2130
Reputation: 385500
In the simulator, choose Hardware > Device > iPhone (Retina 3.5-inch) before running your app.
Or in Xcode, choose Product > Edit Scheme. Then choose the Options tab. From the iPhone Simulator Display popup menu, choose “Retina (3.5-inch)”.
Upvotes: 6
Reputation: 70673
Delete the app from the Simulator, and do a Project menu Option-Clean in Xcode, after removing the tall Default png from the target, and before (re)building.
Upvotes: 4