xcode - As soon as I make a connection between my code and interface, my tab crashes (iOS SDK 4.2) -
using xcode 4, iphone ios 4.2
hey everyone, i'm using tabbar interface new app i'm trying finish. have declared uilabels , connect them in interface builder actual labels, whole app crash upon selection of tab @ runtime, in simulator , on iphone.
i'm hoping there's simple answer out there, have no idea (i novice).
thanks in advance,
usually happens when change name of variables didn't update hooks in ib. easy fix unhook in ib, , hook them on again.
Comments
Post a Comment