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.
我正在编写一个 OS X 应用程序,它生成大量文件并将它们保存在用户选择的目录中。我想使用类似于您在传输中找到的目录下拉列表。那是什么控制?
这是带有样式弹出的 NSPathControl。
编辑:我对此进行了试验,最后做了一些调整/黑客攻击
这包含一个具有以下设置的按钮:无标题、未选中拒绝第一响应者和未选中启用。NSPath 控件是在此之上绘制的。只是看起来像一个弹出按钮。
在这里找到工作模型。
您可以使用 NSPopupButton。
看一下传输的源代码(PrefWindow.xib 和 PrefsController.m)。