There is a requirement to change the colour of the tool bar item to red in colour for the NSWindow.
Any suggestion to do so. We use Swift code.
There is a requirement to change the colour of the tool bar item to red in colour for the NSWindow.
Any suggestion to do so. We use Swift code.
In order to change the background color of the toolbar do the following:
self.toolbar.isTranslucent = false
self.toolbar.barTintColor = UIColor.red