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.
我已经重新绘制了NSWindow,现在当我启动我的应用程序时,控制台中会出现一条警告,上面写着NSWindow does not support utility styleMask 0x10. 我怎样才能摆脱这个警告?
NSWindow
NSWindow does not support utility styleMask 0x10
任何的想法?
谢谢!
NSUtilityWindowMask是 a不支持的styleMask属性中的位 (0x10) 。NSPanelNSWindow
NSUtilityWindowMask
styleMask
NSPanel
如果您在 xib 中创建了它,那么您应该能够将自定义类更改为NSPanel,取消选中该utility mask复选框,然后将其更改回来。如果您在代码中执行此操作(或正在更改styleMask代码中的属性),请确保您没有设置styleMask.
utility mask