gpt4 book ai didi

iphone - 如何在 iphone 的 ImageView 中加载 url 图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:47:21 24 4
gpt4 key购买 nike

- (void)viewDidLoad
{
[super viewDidLoad];
NSURL *url = [NSURL URLWithString:@"http://www.scri8e.com/effects/FL0WERZ/PNG/ir09.png"];
data = [[NSData alloc]initWithContentsOfURL:url ];
UIImage *img = [[UIImage alloc]initWithData:data ];
imageview.image=img;
}

上面是我的代码,但它不会在 ImageView 中加载图像

最佳答案

尝试 this库,它将帮助您下载图像并在 ImageView 中显示。

关于iphone - 如何在 iphone 的 ImageView 中加载 url 图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15287860/

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