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.
我还是可可的新手,我已经创建NSTableView了按钮来添加和删除选定的行。我添加了NSTextField标签以显示两列中选定行的值。
NSTableView
NSTextField
谁能指出我正确的方向如何实现这一目标?我想它应该像这样工作:
如果没有选择任何内容,我猜也应该有字符串是空的。
找到了我正在寻找的关于NSTableView绑定的内容。
https://developer.apple.com/library/mac/#samplecode/NSTableViewBinding/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010522-Intro-DontLinkElementID_2