After a week in Texas, having eaten more than my share of BBQ, I’m back to sunny California. And that also means back to working on Apple Music Controller 1.11 This update addresses two minor bugs and adds the ability to send feedback right from the app. If you own the app it will automatically …
Tag Archives: MenuBar
MenuBar Items in SwiftUI
Before SwiftUI you would easily add, change or remove menuBarItems from your app Storyboard. With the transition to SwiftUI however, there’s no longer a StoryBoard file to edit… So, what now? After the initial surprise, and having spent a few hours reading documentation… It’s actually a very straightforward three step process: 1. In your @main …