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
像这样隐藏标题栏:
[myWindow setStyleMask:NSBorderlessWindowMask];
我不确定 Tweetbot 窗口有什么功能,但如果你想通过拖动白色区域来移动窗口,你可以使用自定义 NSView 并覆盖mouseDownCanMoveWindow返回YES。
mouseDownCanMoveWindow
YES