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.
我在 xib 文件中设置了Core Animation Layerof NSButton,如下所示:
Core Animation Layer
NSButton
我想知道如何在代码中设置它。
谢谢!
看一下 setWantsLayer 的描述。它解释了要做什么。
您要么想调用 setWantsLayer:TRUE,要么先调用 setLayer,然后调用 setWantsLayer:TRUE,具体取决于您要对图层执行的操作。