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: