搜索文档目录和主包

发布于 2024-12-12 12:22:23 字数 206 浏览 1 评论 0原文

uitableview (aqgridview) 必须在网格中的特定位置显示基于文档名称的标题字符串。该名称显然与任一目录中的文件名相对应。但我的问题是我在我的包中定义了一个包含 4 个文档的静态 NSString,并且我可以轻松获取它们的标题。但我想获取我的应用程序包和文档目录中包含的文件的名称。当我使用文档目录中的内容加载应用程序时,它只是不断重复 4 个静态字符串标题。可根据要求提供代码。

A uitableview (aqgridview) must display a title string based on the name of the document at a certain position in the grid. The name obviously corresponds to the name of the file in either directory. But my problem is that I defined a static NSString of 4 documents in my bundle, and I can easily get their titles. But I want to get the names of the files contained in both my app bundle and of the documents directory. When I load my app with something from the documents directory, it just keeps repeating the 4 static string titles. Code available on request.

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

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

发布评论

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

评论(1

鲜肉鲜肉永远不皱 2024-12-19 12:22:23

NSDirectoryEnumeratorNSFileManager 方法 enumeratorAtPath 一起使用,从资源和文档目录中获取文件列表。

Use a NSDirectoryEnumerator together with the NSFileManager method enumeratorAtPath to get the filelists from the resource and the doc dir.

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