NSPopUpButton 占位符值?

发布于 2024-10-02 07:47:48 字数 309 浏览 2 评论 0原文

请注意,在 Xcode 的符号列表中(编辑器正上方的 NSPopUpButton,最近编辑的文档的右侧),当您超出它列出的任何符号的范围时,它会显示 ,但是当您单击它时,该选项不存在。是否有一个技巧可以让这种“占位符”魔法发生,或者是否有一个我看不到的地方的设置者?

占位符文本 实际上不是菜单项

Notice in Xcode's symbols list (the NSPopUpButton directly above the editor, to the right of the recently edited documents), it shows <No selected symbol> when you're out of scope of any symbols it lists, but then when you click on it that option is not there. Is there a trick to making this "placeholder" magic happen, or is there a setter somewhere I'm not seeing?

Placeholder text
Not actually a menu item

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随波逐流 2024-10-09 07:47:49

如果您使用绑定,则可以设置空/无选择占位符,并使用 Interface Builder 的绑定检查器打开“插入空占位符”。如果您不使用绑定,则可以在运行时将任何菜单项放入其中。

If you're using bindings, you can set null/no selection placeholders and turn on "Inserts Null placeholder" using Interface Builder's bindings inspector. If you're not using bindings, you can put whatever menu item in there you like at runtime.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文