© Bear Cahill 2021
B. CahillUI Design for iOS App Developmenthttps://doi.org/10.1007/978-1-4842-6449-2_10

10. SwiftUI Navigation

Bear Cahill1  
(1)
Denton, TX, USA
 

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 ...

Get UI Design for iOS App Development: Using SwiftUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.