NSPopUpButton 占位符值?
请注意,在 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用绑定,则可以设置空/无选择占位符,并使用 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.