📦NavigationStack

🚧 施工中

SwiftUInavigation ⟩ NavigationStack

  • 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?