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不支持部分,如何明智地显示列表部分?
NSTableView
只需谷歌一下,你就会得到这个样本
您可以使用NSOutlineView支持这种事情的类。它是 的子类NSTableView。
NSOutlineView
数据模型和委托协议稍微复杂一些,但并不复杂。Apple 的文档中有更多信息。还有很多其他开发者制作的教程,谷歌会为你揭开。