# SwiftUI-Navigation-Study **Repository Path**: zhanghaibo0/SwiftUI-Navigation-Study ## Basic Information - **Project Name**: SwiftUI-Navigation-Study - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2024-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nav This project is a demo for MOPCON 2021. The topic is **SwiftUI Navigation Study**. There are 3 ways to see how the code works, which demos different versions of SwiftUI navigation implementation. ## 1. SwiftUI Preview Navigate to folder `iOS Navigation` and select a version. ## 2. Run App You could run the app with different version of navigation, by change the `VersionX` in `ContentView`'s body. ## 3. DocC Tutorial This project also comes with a DocC tutorial. Xcode 13 required to build documentation. The tutorial is in `NavigationTutorial` package. Build from Xcode 13 menu > Product > Build Documentation. Or use keyboard shortcut `Ctrl` + `Command` + `Shift` + `D`.