iOS - Converting an iPad app to a universal app - resolution issue

163 views Asked by At

I have an iPad app, which now needs to be converted into a universal one. I've set the target to Universal and now it can be deployed to an iPhone as well, however, I have a major issue: even though I've created my main view controller separately for the two device types, when I launch the app on an iPhone 5, the screen seems to have a resolution of 320x480, leaving black space on top and under the view. This doesn't seem to be an issue with the main window, because I changed the window's background to red, and the space filling up the height to 568px is still black, which means, that the window is also only 320x480.

Any help / idea would be appreciated.

1

There are 1 answers

1
Paul van Roosendaal On BEST ANSWER