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**** 的行索引。
在此实施以下委托方法,您可以确定您选择了哪个单元格:-
- (void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row