In macOS how can I create a window with an "integrated title bar and toolbar" in Xcode and/or Interface Builder?
This is the "fat title bar" type
In your window controller's windowDidLoad():
windowDidLoad()
window?.titleVisibility = .hidden