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 中有一个特定的框将其值更改为其他值。那可能吗?我怎样才能做到这一点?
改变模型。
也就是从你的数组控制器中获取你想要改变的对象,然后修改它的属性。
如果您使用绑定,表格将自动重新加载更改的单元格。如果您使用的是表格视图数据源方法,只需让表格视图重新加载更改后的单元格,使用-reloadDataForRowIndexes:columnIndexes:.
-reloadDataForRowIndexes:columnIndexes: