如何实现finder左侧的文件夹树?
我只想实现一个功能:开发一个应用程序,并有一个大纲视图,其中有一个文件夹和文件树,就像Finder或名为PathFinder的应用程序一样,如何实现它?非常感谢!
I just like to implement a function : Develope a app , and have a outline view, which have a folder and file tree just like Finder or a app called PathFinder , how to implement it ? Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这称为源列表,github 上有一个非常方便的
NSOutlineView
子类:http ://github.com/Perspx/PXSourceListThat's called a source list, and there's a really convenient
NSOutlineView
subclass available on github here: http://github.com/Perspx/PXSourceList