Application Icons
Once the Quiz application is installed on your development device, return to the device’s Home screen, and you’ll see that its icon is a plain white tile. Let’s give Quiz a better icon.
An application icon is a simple image that represents the application on the iOS desktop. Different devices require different sizes icons, and these requirements are shown in Table 1.1.
Table 1.1. Application icon sizes by device
Device | Application icon size |
---|---|
iPhone/iPod touch without Retina display | 57x57 pixels |
iPhone/iPod touch with Retina display | 114x114 pixels |
iPad | 72x72 pixels |
If you supply a single application icon image at 57x57 pixels, that image will be scaled up on devices where a larger icon is needed. This is never good. A scaled-up icon ...
Get iOS Programming: The Big Nerd Ranch Guide, Second Edition 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.