Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Let's get started. Fire up Xcode if it's not already open, and create a new project called Control Fun. We're going to use the Single View Application template again, so create your project just as you did in the previous two chapters.
Now that you've created your project, let's get the image we'll use in our image view. The image must be imported into Xcode before it will be available for use inside Interface Builder, so we'll import it now. You can use the image named apress_logo.png in the project archives in the 04 - Control Fun folder, or you can use an image of your own choosing. If you use your own image, make sure that it is a .png image sized correctly for the space available. It should be fewer than 100 pixels tall and a maximum of 300 pixels wide so that it can fit comfortably at the top of the view without being resized.