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.
我在菜单栏弹出窗口中有一个标准的 NSPanel,并想给它一个颜色(如红色),以及一个柔和/噪声纹理以获得良好的效果。我怎样才能做到这一点(欢迎使用 Interface Builder 或 Obj-c)?
继承 NSView 并覆盖 drawRecth: 方法。然后,前往 IB 并点击 Panel 的内容。在身份检查器中,将新的子类设置为自定义类。