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.
是否可以在我的应用程序中创建一个面板来显示目录中的文件?我画了一个模型。红色矩形是文件浏览器面板,外部区域是我的应用程序。
您是否尝试过使用NSCollectionView,您的每一个NSCollectionViewItem都充满了从NSFileManager文件名和图标之类的信息中获取的信息?
NSCollectionView
NSCollectionViewItem
NSFileManager