Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undo auto resizing for iPhone 5 screen after adding [email protected]

I followed the instructions in this answer: https://stackoverflow.com/a/12397309/1084932 to update my app for the new iPhone 5 screen size. Great, worked perfectly!

But, I am not quite ready to make this update and wish to roll back to the letterbox setup for now. I tried deleting [email protected] to see if that would work, but my app still fills up the full iPhone 5 screen even without the [email protected] file.

Anyone know how to undo the auto resizing for iPhone 5 after adding [email protected]?

[EDIT] I have not tired with an iPhone 5 device, but my question is specifically with the simulator.

like image 927
chazzwozzer Avatar asked Sep 21 '12 18:09

chazzwozzer


1 Answers

Try doing Product --> Clean in Xcode

And delete the app from the phone and build again.

Sometimes the Default.png image gets cached

like image 115
shabbirv Avatar answered Sep 23 '22 15:09

shabbirv