- Set your views to 320 x 480. Your main view (the one in "MainWindow.xib"), as well as any other views you create that you want to take up the full screen area must be set to a size of W: 320 and H: 480. As noted previously, these values can only be edited if the Simulated Interface Elements are all set to "None".
- Suppress the status bar. The status bar is the area at the top of the display that shows battery life, signal strength, etc. In order to turn it off, you'll need to change a setting in your app's Info.plist file. In Xcode, it's typically in the Resources folder with the naming convention appname-Info.plist. Double-click the file, and look for the row labeled "Status bar is initially hidden". If you don't see it, click one of the existing values, click the "+" icon on the right, and select "Status bar is initially hidden" from the dropdown list. Make sure this value is true (has a checkmark next to it).
Enjoy running your app in fullscreen glory!

No comments:
Post a Comment