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.
如何使用本地文件填充表视图。我需要使用什么。如果我结合使用 NSFileManager 和 UITableView 可以吗?
使用 NSFileManager 的 directoryContentAtPath 获取给定路径下所有文件和目录的列表。directoryContentAtPath 返回 NSArray,使用它来填充表。