How to Use the toolbar() Modifier in SwiftUI
Learn how to use the toolbar() modifier in SwiftUI. The toolbar() modifier allows you to add views to the toolbar or to the navigation bar, it would soon replace the deprecated navigationBarItems() modifier. Just add the modifier to any view inside the NavigationView such as the example below, then add ToolbarItem or ToolbarItemGroup to build… Read More How to Use the toolbar() Modifier in SwiftUI