NSArrayController 绑定:抑制“无选择”
我有一个绑定到 ArrayController 的文本字段。控制器键是“选择”,因为我从 NSTableView 中选择项目。但是,当表中没有项目时,文本字段显示灰色文本“无选择”。
如何抑制此文本并只有一个空文本字段? 或者如何将“无选择”文本更改为其他内容?
I have a texfield bound to an ArrayController. The controller key is "selection" because I select items from a NSTableView. But when there are no items in the table the textfield shows the gray text "no selection".
How can I suppress this text and have just an empty textfield?
Or how can I change the "No selection" text to something else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Interface Builder 的绑定检查器中,将无选择占位符设置为空格字符。
In the bindings inspector in Interface Builder, set the No Selection Placeholder to be a space character.