12Camera

In this chapter, you’re going to add photos to the Homepwner application. You will present a UIImagePickerController so that the user can take and save a picture of each item. The image will then be associated with a BNRItem instance, stored in an image store, and viewable in the item’s detail view. Then, when the insurance company demands proof, the user will have a visual record of owning that 70" HDTV.

Figure 12.1  Homepwner with camera addition

Homepwner with camera addition

Displaying Images and UIImageView

Because we want the image to appear in the item’s detail view, our first step is to have the DetailViewController get and display an image. An easy way to display ...

Get iOS Programming: The Big Nerd Ranch Guide 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.