macOS UI

https://www.jianshu.com/p/aa89f9addfb8
纯代码创建macOS应用,及仿写[NSApp run]

https://www.jianshu.com/p/42a96c8fa94f
为什么手动创建的NSApp没有图标,接收不到键盘响应?

https://blog.csdn.net/bravegogo/article/details/51517482
mac 隐藏Dock

https://www.hawu.me/coding/2452
NSWindow 无标题栏窗口无法获得焦点与 resize 鼠标指示的解决办法

qtbase https://github.com/qt/qtbase/tree/dev/src/plugins/platforms/cocoa
QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM
qt_mac_transformProccessToForegroundApplication();
–> [NSApp setActivationPolicy:NSApplicationActivationPolicyRegular];
And [NSApp activateIgnoringOtherApps:YES]

https://stackoverflow.com/questions/65743619/close-swiftui-application-when-last-window-is-closed

MAC应用多窗口应用,窗口位置对齐/吸附等细节处理笔记
https://lrdcq.com/me/read.php/94.htm