From the course: Building a Note-Taking App for iOS 11 with Swift

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Features of the note-taking app

Features of the note-taking app

From the course: Building a Note-Taking App for iOS 11 with Swift

Start my 1-month free trial

Features of the note-taking app

- [Instructor] Let's start by talking about features of our note-taking application. So the features are, first, you're going to be creating and editing simple text-based notes. You'll be navigating and data sharing between multiple screens. The app can save data to the mobile device's persistent storage, and it has easily discoverable command patterns to accept user input. Think of a plus button to create a new note, a button that says edit to tap on to edit the notes and remove notes if you want to delete them. Here's how the app is going to work. The user taps the plus button to create a new note. Then the user moves from the list view to the editor view. And on the editor screen, the user can make changes to the note. When the user is done editing the note, user can go back to the list view by pressing the back button at the top of the screen. All of the new and previously saved notes are visible on the list screen. That includes notes saved previously in persistent storage.

Contents