一旦我在代码和界面之间建立连接,我的选项卡就会崩溃(iOS SDK 4.2)

发布于 2024-10-19 05:33:18 字数 227 浏览 2 评论 0原文

在 iPhone iOS 4.2 上使用 XCode 4

大家好,我正在为我正在尝试完成的新应用程序使用 tabBar 界面。我已经声明了 UILabels,一旦我在界面生成器中将它们连接到实际标签,整个应用程序就会在运行时、模拟器和我的 iPhone 上选择其选项卡时崩溃。

我希望有一个非常简单的答案,但我真的不知道该去哪里寻找(我是新手)。

提前致谢,

Using XCode 4, with the iPhone iOS 4.2

Hey everyone, I'm using a tabBar interface for my new app that I'm trying to finish. I have declared the UILabels and as soon as I connect them in the interface builder to the actual labels, the whole app will crash upon selection of its tab at runtime, in the simulator and on my iphone.

I'm hoping there's a really simple answer out there, but I really have no idea where to look (I am a novice).

Thanks in advance,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

留蓝 2024-10-26 05:33:18

通常,当您更改变量名称但未更新 IB 中的挂钩时,会发生这种情况。我通常做的一个简单的解决方法是取消 IB 中的所有内容,然后再次将它们重新连接。

Usually this happens when you change the name of your variables but didn't update the hooks in IB. An easy fix to this that I usually do is to unhook everything in IB, and then hook them back on again.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文