Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #467 from halmueller/wwdc2022-10054
Browse files Browse the repository at this point in the history
add timeline
  • Loading branch information
Jeehut authored Apr 25, 2024
2 parents 4efcfc0 + 756f325 commit 1ee977b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/notes/wwdc22/10054.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
contributors: zntfdr
---

## Key moments
[00:57 - Setup/overview](https://developer.apple.com/videos/play/wwdc2022/10054/?time=57)
[01:25 - Comparison of pre-iOS16 navigation APIs with new](https://developer.apple.com/videos/play/wwdc2022/10054/?time=)
[05:24 - Recipes for navigation](https://developer.apple.com/videos/play/wwdc2022/10054/?time=324)
[06:06 - Pushable Stack recipe, single stacks of view](https://developer.apple.com/videos/play/wwdc2022/10054/?time=366)
[10:43 - Multiple Columns recipe, columns showing progressively more info](https://developer.apple.com/videos/play/wwdc2022/10054/?time=643)
[14:12 - Multiple Columns With Stack recipe, Navigating between related information](https://developer.apple.com/videos/play/wwdc2022/10054/?time=852)
[18:04 - Persistent State](https://developer.apple.com/videos/play/wwdc2022/10054/?time=1084)
[23:34 - Navigation tips/summary](https://developer.apple.com/videos/play/wwdc2022/10054/?time=1414)

> [Sample App](https://developer.apple.com/documentation/swiftui/bringing_robust_navigation_structure_to_your_swiftui_app)
## Deprecation notice
Expand Down Expand Up @@ -167,3 +177,8 @@ var body: some View {
[migrating-to-new-navigation-types]: https://developer.apple.com/documentation/swiftui/migrating-to-new-navigation-types
[navigationSplitViewColumnWidth(_:)]: https://developer.apple.com/documentation/swiftui/navigationsplitview
[navigationsplitviewvisibility]: https://developer.apple.com/documentation/swiftui/navigationsplitviewvisibility

## Related

[SwiftUI on iPad: Organize your interface](https://developer.apple.com/videos/play/wwdc2022/10058/)
[SwiftUI on iPad: Add toolbars, titles, and more](https://developer.apple.com/videos/play/wwdc2022/110343/)

0 comments on commit 1ee977b

Please sign in to comment.