(macOS, Swift, storyboard)
Is it possible to have buttons in the title bar? I would like the same buttons that Apple uses in the preferences
(macOS, Swift, storyboard)
Is it possible to have buttons in the title bar? I would like the same buttons that Apple uses in the preferences
You should be able to do it with NSTitlebarAccessoryViewController.
https://stackoverflow.com/questions/9955676/add-buttons-to-mac-window-title-bars-system-wide
And look at Xcode documentation for it as well.