gpt4 book ai didi

iphone - 如何让 TTPhotoViewController 显示 UIImage?

转载 作者:行者123 更新时间:2023-12-03 19:30:47 26 4
gpt4 key购买 nike

我有一个 UIImage,我想用 TTPhotoViewController 显示,但 TTPhotoViewController 不接受 UIImage 作为参数。它确实需要 TTPhoto 作为参数,所以我想知道是否有一种方法可以将 UIImage 转换为 TTPhoto,或者是否有其他方法可以让 TTPhotoViewController 显示我的 UIImage 除了设置 defaultImage 之外,这没有'工作太好了。

最佳答案

我使用了一些技巧来做到这一点:

NSString *url = [[TTURLCache sharedCache] createUniqueTemporaryURL];    
[[TTURLCache sharedCache] storeImage:baseImage forURL:url force:YES];

PEPhotoViewController *album=[[[PEPhotoViewController alloc] initWithImageURL:url] autorelease];

关于iphone - 如何让 TTPhotoViewController 显示 UIImage?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3085610/

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