iPhone Development Tutorial - 6 - Connecting Outlets and Actions and stuff
Top Comments
All Comments (82)
-
for my program to work (i'm using xcode 4) i had to delete "self.lblText=nil;"
-
Still searching for the "tap your nose" event
-
Also, I've been kind of forced to get into the habit of designing everything on paper, then creating the header, then linking outlets and actions before even opening the .m file. I hope this helps, I had to do a lot of research to figure this one out. Also, THANKS BUCKY! I wouldn't know anything about Java,Python,UDK, C++ or Obj without your tuts! Good show!
-
@oscarsimpson70 Hey man, I had the same problem. I'm reasonably sure that the problem was in the header file where he was declaring his IBOutlets. They must have changed something but here's the deal. Consider:
@interface ViewController : UIViewController{ IBOutlet Class *Object;
}
@properties (retain) Class *Object
Bucky called IBObject in the @properties rather than including it in the header. The version he was using probably was build like that but they changed it in 3.2 I think.
-
BTW Tut 6, and I'm using XCode 3.2.6
-
When I drag (4:06), it doesn't recognise the label, and it's not the code because I used the code off the forums. Please can someone tell me how to fix this. Thanks
-
@TheWitzigSpritzig ignore my comment i was young and stupid sorry
-
We have assigned an action to the two buttons etc. Where in the code would we see this thanks.
-
uncheck storyboard and use .xib when starting a new project to follow this tutorial with xcode 4.1
-
nothing is the same with the new version extremely frustrating .. i give credit to the talented developers who not only understand the basics but can create amazingly complicated apps and the sell them at 99 cents
I've been in youtube for years, this is my first comment cuz Bucky is so great. Wondering where else on the earth you could find such great tutorials for free even to compare with those selling out there. Thanks alot for all your excellent tutorials Bucky. Keep up the good works Bucky. We all will always support you :)
alanluong66 1 year ago 37
that 1 person klicked the Dislike button accidentally. In his country, "thumbs down" is equivalent to our "thumbs up" and vice versa, so don't worry :)
elkhaiat1 1 year ago 19