I'm making a new app for iPhone, and since all the graphics works are done for 3.5" support I don't want to change it for new 4" screens. The problem is when I'm running it in 4" simulator it automatically stretches the content to match the 4" size. I was wondering how can I force it to center the app vertically like old apps on iPhone 5?
I also configured my xibs and views:
Size = Retina 3.5"
Deployment = iOS 5.0
Use Autolayout = Unchecked
By deleting default-568h@2x.png (reference and file) from project. and also deleting the app from simulator and doing a "clean" and then "build" it will work. But there will be a warning for deleted image.