Join Todd Perkins for an in-depth discussion in this video Features of the note-taking app, part of Building a Note-Taking App for iOS 9 with Swift.
- So let's look at what the app…we're going to create actually does.…Plain Ol' Notes is a simple note-taking app.…The features that it has are primarily…creating and editing simple text-based notes…and navigation and data sharing…between multiple screens,…saving data to a mobile device's persistent storage,…and easily discoverable command patterns.…Think of a plus button to add a new note…and other commonly used patterns…that are throughout iOS and other mobile operating systems.…
For data entry and display, we have two screens.…One is a list screen that lists all the notes.…The other is the editor screen…where you can edit notes.…This app also supports older versions…of iOS back to iOS 7.0.…The user interface adapts to both 4.7-inch…and 5.5-inch screens.…On the list screen, the user will create…a new note by tapping the plus icon.…List items will be truncated with ellipses…where necessary to fit on a single line.…
If a list item has multiple lines,…only the first line will be displayed.…Fortunately, with iOS this happens automatically.…
Author
Released
9/25/2015Building a Note-Taking App for Android and Building a Note-Taking App for Windows Phone 8 and Windows Store use the same assets. Compare and contrast the steps and discover the similarities and differences between the three platforms.
Skill Level Intermediate
Duration
Views
Related Courses
-
Building a Note-Taking App for Android (2013)
with David Gassner3h 7m Intermediate
-
Introduction
-
Welcome20s
-
Related courses48s
-
Using the exercise files2m 14s
-
-
1. Project Overview
-
2. Understanding iOS Specifics
-
3. Getting Started
-
Creating the Xcode project4m 36s
-
Applying an app icon3m 6s
-
Viewing the template code5m 17s
-
-
4. Creating the Basic App
-
Editing storyboards6m 15s
-
Handling note deletions3m 59s
-
-
5. Supporting a Split View
-
Adding notes correctly1m 24s
-
Handling edits4m 20s
-
Conclusion
-
Next steps48s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Features of the note-taking app