December 2016
Intermediate to advanced
416 pages
15h 21m
English
In this chapter, you are 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 an Item instance and viewable in the item’s detail view (Figure 15.1).
Figure 15.1 Homepwner with camera addition
Images tend to be very large, so it is a good idea to store images separately from other data. Thus, you are going to create a second store for images. ImageStore will fetch and cache images as they are needed.
Your first step is to have the ...
Read now
Unlock full access