๐Ÿ“ฆNavigationStack

๐Ÿšง ๆ–ฝๅทฅไธญ

SwiftUI โŸฉ navigation โŸฉ 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?