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.
有人告诉我application:openFile:,NSApp 的委托方法将允许我的应用程序通过将文件拖放到 Dock 中来打开文件,但这是否也适用于菜单栏中的 NSStatusItems?在尝试实施之前我想知道。
application:openFile:
它不是。如果您想要这种行为,您必须为状态项滚动您自己的自定义视图。