gpt4 book ai didi

ios - 调用 imageWithContentsOfFile 后 UIImage 为空

转载 作者:行者123 更新时间:2023-11-28 20:33:59 30 4
gpt4 key购买 nike

enter image description here如您所见,我已将国旗放在 Xcode 的一个文件夹中,并试图将其显示到导航栏。但是,它没有出现,我发现:

NSString *imageName = [NSString stringWithFormat:@"%@.icns",countryName];
UIImage *image = [UIImage imageWithContentsOfFile:imageName];

图像为“无”。

有什么想法吗?谢谢!

最佳答案

你可以这样使用

 NSString *imageName = [NSString stringWithFormat:@"%@.icns",countryName];
UIImage *image = [UIImage imageNamed:imageName];

请试试这个

关于ios - 调用 imageWithContentsOfFile 后 UIImage 为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11227839/

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