https://github.com/cal-dev-lab/navigation-view-swiftui
Exploring NavigationView in SwiftUI.
https://github.com/cal-dev-lab/navigation-view-swiftui
Last synced: 11 months ago
JSON representation
Exploring NavigationView in SwiftUI.
- Host: GitHub
- URL: https://github.com/cal-dev-lab/navigation-view-swiftui
- Owner: cal-dev-lab
- Created: 2021-06-08T20:53:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T20:10:05.000Z (about 5 years ago)
- Last Synced: 2025-07-31T09:19:56.441Z (11 months ago)
- Language: Swift
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Navigation View
I am exploring the *NavigationView* in SwiftUI. Understanding how this works will help me to implement this into future projects and have some strong re-usable code.
This can be applied when navigating through an app with different sections.