一旦我在代码和界面之间建立连接,我的选项卡就会崩溃(iOS SDK 4.2)
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,当您更改变量名称但未更新 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.