macOS界面相关
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
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 WuRui!
评论