Tag: Development
All the articles with the tag "Development".
Adding Settings Panel to macOS App with SwiftUI
Published: at 03:22 PMIn traditional AppKit development, adding a common "Preferences" settings panel to a macOS app requires several steps, including adding a MenuItem and creating a new Window, often requiring navigation between code and Storyboard.