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.
我真的很想在 Xcode 中制作一个类似于 Finder 本身的简单文件浏览器,但它只是将一个文件夹显示为网格视图。谁能指导我找导游?
我建议查看 Apple 的SourceView代码示例。
这可能是一个很好的起点,应该让您充分了解从哪里开始。