📦NavigationStack
🚧 施工中
SwiftUI ⟩ navigation ⟩ NavigationStack
NavigationStack displays a root view and enables you to present additional views over the root view.
NavigationStack provides a navigation bar that can show the title of the current view as well as display various toolbar items.
// ⭐️ NavigationStack
NavigationStack {
// scrollable list
List { <navigation links> }
}
Last updated
Was this helpful?