November 2016
Beginner
480 pages
11h 10m
English
Our next story is "I want to select the type of snippet I am creating". The tasks are:
SnippetData model to allow for Text and Photo typesFor this feature, we're going to expand on our SnippetData model to include the ability to have a type using an enum. Then we're going to create and present an alert controller to the user that allows them to choose a type. Finally, we're going to update our view controller to respond to the different options the user can select, and create the correct type of data.
Current task: Append the SnippetData model to allow for Text and Photo types.
When we created our SnippetData ...
Read now
Unlock full access