Cocoa Finder app列表视图

时间:2013-12-07 08:21:26

标签: objective-c macos cocoa finder

作为Cocoa Programming的首发,我想知道使用现有的NSTableView能否实现Disclosure Button?或者必须遵循NSOutlineview

enter image description here

从上图中,选择列表视图并获取文件夹[超级视图]并使用“披露”按钮让孩子们

注册的Mac Developer也可以获得Finder应用程序的示例代码吗?

由于

1 个答案:

答案 0 :(得分:0)

NSOutlineView只是NSTableView的子类,所以是的,只需使用NSOutlineView来使用公开按钮。

查看docs了解如何使用它。

不,Apple从未发布过Finder的源代码。