cocoa - Changing color of the NSWindow titlebar -


I am developing a desktop application in which I want to change the color of NSWindow's title bar. how can I do this?

To change the color of the window's toolbar:

  1. Attribute Set text style in Inspector.
  2. In the code: [Window setback color: MyCustomColor];

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -