在 UITableView 中显示应用程序文档文件夹中的文件

发布于 2024-12-12 03:45:57 字数 57 浏览 0 评论 0原文

我在我发现的下载器应用程序中看到了此功能,并且我想在我正在制作的应用程序中使用该功能。有什么想法吗?

I saw this feature in a Downloader app that I found and I would like to use that feature in my app that I am making. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尹雨沫 2024-12-19 03:45:57

阅读

获得数组后,只需使用数组的内容填充 UITableview 即可。

Read the Apple documentation for NSFileManager and it will tell you how to get the directory contents into an array. Specifically you are looking for directorycontentsatpath.

Once you have the Array, then just populate the UITableview with the contents of the array.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文