gpt4 book ai didi

ios - 碰巧不以 fileURLWithPath 文件夹中的资源为目标

转载 作者:行者123 更新时间:2023-11-29 12:57:16 24 4
gpt4 key购买 nike

我对这种方法有疑问:

NSURL.fileURLWithPath (NSBundle.mainBundle.bundlePath)

直到工作正常,但我想资源让我的方法在 pages 文件夹中寻找我。

我做了这样的事情:

NSURL.fileURLWithPath (NSBundle.mainBundle.bundlePath + 'page/')

但它不起作用,因此我不知道如何使用它。

谢谢。

最佳答案

使用这个 NSBundle 方法

URLForResource:withExtension:subdirectory:

返回由指定名称和扩展名标识并驻留在给定包目录中的资源文件的文件 URL。

  • (NSURL *)URLForResource:(NSString *)name withExtension:(NSString *)extension subdirectory:(NSString *)subpath

或 NSBundle 中的任何其他方法,例如,有返回要迭代它们的子目录中的 URL 数组的方法。

关于ios - 碰巧不以 fileURLWithPath 文件夹中的资源为目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20759965/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com