gpt4 book ai didi

iphone - TTPhotoViewController 获取当前中心图像?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:08:45 25 4
gpt4 key购买 nike

有没有办法将当前图像获取到 UIImage 的对象?我试过将 TTPhoto 转换为 UIImage,但它不起作用。

最佳答案

我的做法有所不同。我的照片源是使用 JSON 数据生成的,所以我不能使用上面的方法,因为每次照片源都不同。相反,我使用 TTPhoto 上的 URLForVersion 方法将图像下载到 UIImage 中。

NSURL *imageURL = [NSURL URLWithString:[self.centerPhoto URLForVersion:TTPhotoVersionLarge]];
NSData *imageData = [NSData dataWithContentsOfURL:imageURL];
UIImage *image = [UIImage imageWithData:imageData];

关于iphone - TTPhotoViewController 获取当前中心图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8426418/

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