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.
我正在尝试复制 XCode 中显示的菜单,您可以在其中开始输入,它将显示一个搜索字段,然后过滤输入的关键字。任何人都可以指出一个资源作为示例或一些关于需要做什么的线索来实现它吗?
您可以将 View 设置为 NSMenuItem 。在您的情况下,您可以使用 NSTextField 分配一个视图。
请参考:https ://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMenuItem_Class/#//apple_ref/occ/instp/NSMenuItem/view