I made an app for the iPhone 4 and the screen size is good and all is well... when I run the app on the iPhone 5 though the app isn't centered in the middle of the screen like off of my old apps were, it is stretched to fill the screen and there is a lot of messed up stuff going on. How can I make it just center in the screen with a black bar above and below it like old apps do that run on iPhone 5's, also will Apple reject my app for doing so after the fact that iPhone 5's are now released?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|
|
As was already mentioned as the solution in the comments by rmaddy and I: just deleting |
|||
|
|
Default-568h@2x.pngfile that comes with the app (not just removing the reference but actually deleting) then cleaning the project and AND deleting the current build of the app off of the phone. Worked like a charm! Thankyou! – Albert Renshaw Feb 21 at 5:01