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.
有谁知道 Mac 地址簿中用于编辑地址组件的 UI 对象类型是什么?我已经启动了我的第一个 Cocoa 应用程序,在许多情况下,我希望拥有这种外观,而不是简单的表格视图。
这完全是涉及NSPopUpButtons 和NSButtons 和NSTextFields 的自定义视图代码。虽然您可能无法在 Interface Builder 中免费获得它,但从头开始构建它应该不是特别困难。
NSPopUpButton
NSButton
NSTextField