https://github.com/cewitte/navigation
Paul Hudson's (@twostraws) 100 Days with SwiftUI - Project 9.
https://github.com/cewitte/navigation
Last synced: 11 months ago
JSON representation
Paul Hudson's (@twostraws) 100 Days with SwiftUI - Project 9.
- Host: GitHub
- URL: https://github.com/cewitte/navigation
- Owner: cewitte
- License: mit
- Created: 2025-01-29T11:46:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T22:45:22.000Z (over 1 year ago)
- Last Synced: 2025-03-05T03:34:12.892Z (about 1 year ago)
- Language: Swift
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Navigation
Paul Hudson's 100 Days with SwiftUI - Project 9.
In this technique project we’re going to take a close look at navigation in SwiftUI – how we move from one screen to another using `NavigationStack`, both because the user asked for it and also because we want to do it automatically at a specific time.
Once we've covered those basics, we're going to look at more advanced navigation, including handling state restoration – remembering exactly where the user had navigated to, so when your app launches in the future they can pick up where they left off.
And when we're done with that we'll look at some customization options: changing the way the navigation bar looks, positioning your buttons just right, and even how to let your user change the navigation title on demand.
By the end of it all we'll have a much stronger understanding of how navigation works in SwiftUI, so we can really make the most of it in all your apps.
Made with :heart: by @cewitte
Thank you [Paul Hudson - @twostraws](https://x.com/twostraws)