We don’t want to just list items usually. We want to allow the user to tap on those items and display details or edit items. Using our Notes app, we want to display details when a list item is tapped.
You are, no doubt, familiar with the typical conventions of navigation in an app. We’ll look at the two most common. First, we’ll see how to tap a row item and display a view modally sliding up from the bottom.
Second, we’ll look at adding a navigation view to the app. This will allow the navigation to slide views in from the right. This is the standard “drill down” navigation for viewing details ...