NSTableViewCell の内容は 1 つの NSImageCell と 1 つの NSTextFieldCell, NSTableView に新しいセルを追加するとき, メソッド
[tableView editColumn:0 row:100 withEvent:nil select:YES];
編集として NSImageCell を作成します。NSTextFieldCell にフォーカスしたいのですが、どうすればよいですか?
NSTableViewCell の内容は 1 つの NSImageCell と 1 つの NSTextFieldCell, NSTableView に新しいセルを追加するとき, メソッド
[tableView editColumn:0 row:100 withEvent:nil select:YES];
編集として NSImageCell を作成します。NSTextFieldCell にフォーカスしたいのですが、どうすればよいですか?