Ios swift – How do I add a toolbar to my tab view in SwiftUI?
In my app I want a tab bar at the bottom and a bar at the top that contains some static information. For my current solution I'm wrapping the tab view in a NavigationStack, but I understand that the tab…