CHAPTER 2 EXERCISE SOLUTIONS

Answer to Question 1

The minimum image size you should design is 57 × 57 pixels (or 114 × 114 pixels for high resolution). It is OK to design a larger image because the iPhone automatically resizes it for you. In general, try to design a larger image because doing so prepares your application for the newer devices that Apple may roll out.

Answer to Question 2

The easiest way to add a launch image is to add an image named Default.png to your Xcode project. This image must be sized 480 × 320 pixels (or 960 × 640 pixels for high resolution).

Answer to Question 3

This ensures that the image is always copied into the project folder. If not, Xcode only makes a reference to the image; it is not physically in the project folder.

Get Beginning iOS 5 Application 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.