I want to implement an app using source list like Finder:
I have done a source list app using NSOutlineView and a tree data struct implemented by myself. I find that IB have provide a SourceList View already:
, but I don't know how to use it, I guess maybe use SourceList view will be easier to implement a Finder-like app. I want to know:
- ソース リスト アプリを実装する最も簡単な方法は何ですか?
- SourceList ビューは項目名の前にアイコンを表示できますか?