gpt4 book ai didi

ios - 应用程序不响应 iOS 7 中的触摸/点击

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

我刚刚打开了我的一个旧 iOS 项目,并首次将其升级到 Xcode 5,并在 iOS 7 中首次查看它。登录 Nib 上的按钮或文本字段均不可见。我没有使用自动布局。在 iOS 6 模拟器上,一切正常。可能是什么问题?

最佳答案

我的 UIWindow 没有宽度或高度。这在 iOS 6 中没问题,但在 7 中就不行了。

self.window        = [[UIWindow alloc] init];

应该是

self.window        = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];

关于ios - 应用程序不响应 iOS 7 中的触摸/点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20602561/

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