gpt4 book ai didi

ios - 获取应用程序包中文件夹中的文件路径

转载 作者:行者123 更新时间:2023-11-30 13:55:39 26 4
gpt4 key购买 nike

我的包具有以下结构:AppName->DevelopmentAssets->Images。

我想使用 UIImage(contentsOfFile:) 方法来初始化图像文件中的图像。我用过这个,但是不起作用。我怀疑我必须导航到图像文件夹。我该怎么做?

let stringPath = NSBundle.mainBundle().pathForResource("image3", ofType: "jpg")
let image = UIImage(contentsOfFile: stringPath!)!

image3 位于 Images 文件夹内。

最佳答案

试试这个:

NSBundle.mainBundle().pathForResource("image3", ofType: "jpg", inDirectory: "Images")

关于ios - 获取应用程序包中文件夹中的文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33660727/

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