Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习可可。这是我的简单 OS X 应用程序:
它包含一个自定义视图,其中白色矩形被淹没,一个工具栏和一个滑块。我想通过单击工具栏中的“颜色”项并在调色板中选择新颜色来更改矩形的填充颜色。
如何从调色板中获取新颜色?我知道它有“NSToolbarShowColorsItem”标识符,但不知道如何使用它。
你能帮我么?谢谢。
您可能应该考虑通过几个基本的 Cocoa 教程来了解基本的 Cocoa 概念。
需要查看的一些资源: