November 2016
Beginner
480 pages
11h 10m
English
Now that we've added text snippets, let's allow the user to create photo snippets. This user story says "I want to attach a photo to a snippet". The associated tasks are:
SnippetData that represents the PhotoSnippetUIImagePickerController that allows the user to take a picture and save the data to the PhotoSnippet.Just like our last story, we're first going to update our data model to support the new snippet we are creating. Then we're going to build another data entry view controller, but this time it will let the user take a picture. Don't worry, though; it might be easier than you think.
Current task: Create a new subclass of SnippetData ...
Read now
Unlock full access