如何在保留系统按钮的同时显示没有标题栏的 NSWindow
How to present NSWindow without title bar while keeping the system buttons
如何从 NSWindow 中删除标题栏,同时保留关闭、最小化和最大化等系统按钮?
如何让Window稍微透明一些?
这是我想要实现的外观:
我想出了如何实现所需的设计:
- 在故事板中,将 NSWindow 的
Full Size Content View
属性 设置为 true
- 通过代码,将 NSWindow 的
titlebarAppearsTransparent
属性 设置为 true
如何从 NSWindow 中删除标题栏,同时保留关闭、最小化和最大化等系统按钮?
如何让Window稍微透明一些?
这是我想要实现的外观:
我想出了如何实现所需的设计:
- 在故事板中,将 NSWindow 的
Full Size Content View
属性 设置为true
- 通过代码,将 NSWindow 的
titlebarAppearsTransparent
属性 设置为true