gpt4 book ai didi

ios - 架构设置为 64 位时图像不显示

转载 作者:可可西里 更新时间:2023-11-01 03:36:44 25 4
gpt4 key购买 nike

为了将我的应用程序转换为 64 位,我将架构build设置更改为:

ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";

应用程序运行良好,只是某些图像未显示(空白)。为什么会这样?有什么线索吗?

最佳答案

答案在这里:

https://devforums.apple.com/message/922989#922989

我找到了原因。在尚未分配但包含在应用程序中的 viewController 中,实现了以下内容(在实现 viewController 上方的 .m 文件中):

@implementation UIImageView (UIScrollView)
- (void)setAlpha:(float)alpha {
..........(no difference if here is some code or not) ...............
[super setAlpha:alpha];
}
@end

在上面的评论中解决了这个问题,即使没有显示图像的按钮不在 ScrollView 中。

关于ios - 架构设置为 64 位时图像不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20855176/

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