gpt4 book ai didi

iphone - 使用图像的路径初始化 UIImage

转载 作者:技术小花猫 更新时间:2023-10-29 10:06:36 24 4
gpt4 key购买 nike

我在 sqlite 数据库中有图像的完整路径,该图像存储在设备中,我需要使用该图像设置 UIImage。

例子:

NSLog(@"Path %@", imagePath);

输出:

/Users/Sk*****/Library/Application Support/iPhone Simulator/4.3.2/Applications/15977219-DEFE-407A-BB80-72E188E18DD2/Documents/20-10-20111746.png

最佳答案

使用 + (UIImage *)imageWithContentsOfFile:(NSString *)path

UIImage *image = [UIImage imageWithContentsOfFile:imagePath];

关于iphone - 使用图像的路径初始化 UIImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7840607/

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