๐Ÿ“ฆ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