我有一个显示曲目列表的普通 NSTableView。我有一个专门的表格列来显示一个图标,该图标指示当前正在播放的曲目。
I'm working on adding fuller VoiceOver support and I don't like how when each row in the table is selected the first thing said is "image". 我想禁用该特定表列的可访问性。
我知道我可以通过将 NSTableView 和/或 NSTableColumn 子类化以从可访问性IsIgnored 返回 YES 来做到这一点。有没有办法在没有子类的情况下做到这一点?