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.
有没有办法在 Interface Builder 中获取系统按钮,如交通灯或全屏按钮?我正在构建一个自定义顶部工具栏并希望将它们包含在其中,但更愿意在 IB 中而不是代码中进行。
谢谢,罗斯
不,你必须使用-[NSWindow standardWindowButton:]或`+[NSWindow standardWindowButton:forStyleMask:]。
-[NSWindow standardWindowButton:]