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.
我正在尝试在 IB 中创建一个本机 NSButton 对象。当我选择附件作为按钮类型时,标题消失。当我尝试写标题时,按钮没有调整大小并且三角形不断消失。
如何制作一个带有文本的 NSButton 和右侧向下的附件三角形,指示这是您可以单击并弹出的东西?
也许NSPopUpButton是您正在寻找的。