November 2016
Beginner
480 pages
11h 10m
English
The next user story is "I want to enter text when creating a snippet". The tasks we need to complete for this feature are:
SnippetData that represents the TextSnippetUITextField that saves the text input in the TextSnippetNow it's time to start building out useful snippet-creation tools. Right now we spawn some empty SnippetData structs, but there's no user data in there. First we're going to add to our SnippetData struct to allow it to hold user data, and then build an interface that allows the user to enter and save the data.
Current task: Create a new subclass of SnippetData that represents the TextSnippet.
So far, our data model doesn't ...
Read now
Unlock full access