gpt4 book ai didi

ios - 如何知道我的 UIImage 已加载到 IOS 上?

转载 作者:行者123 更新时间:2023-11-29 12:44:51 24 4
gpt4 key购买 nike

这是我加载图像的代码。

NSString *urltest = test[@"images"][@"items"][i][@"url"];
url = [NSURL URLWithString:urltest];
data = [NSData dataWithContentsOfURL:url];
img = [[UIImage alloc] initWithData:data];
[self.imgView setImage:img];

我想知道我的加载时间。我该怎么做?

最佳答案

enter image description here

在 XCode 调试器部分(位于 XCode 的左下角),您可以通过在此处插入断点来检查图像对象值。您还可以通过单击预览按钮(人眼看起来像按钮)来预览其值

关于ios - 如何知道我的 UIImage 已加载到 IOS 上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23906569/

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