SwiftUI for Mac - Part 2

from blog TrozWare, | ↗ original
In part 1 of this series, I created a Mac app using SwiftUI. The app uses a Master-Detail design to list entries in an outline on the left and show details about the selected entry in the detail view on the right. Now it is time to explore some more of the features of a Mac app with SwiftUI. Menus # I had already discovered that the menu bar...