Keys for iOS

These tags are unique to iOS applications. In general, if you want to customize any Info.plist key for a particular device, create a custom key composed of the base name, followed by a hyphen, then iphoneos, a tilde, and a device specifier (one of iphone, ipod, or ipad). For example: UIStatusBarStyle-iphoneos~ipad. In practice, you can omit the -iphoneos part: UIStatusBarStyle~ipad.

Image Structure

Image UIMainStoryboardFile, the base name of the storyboard package that is the root of the application. Use this, or NSMainNibFile, but never both. ...

Get Xcode 5 Start to Finish: iOS and OS X Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.