Beginner problems
Hi,
I'm creating my first "Hello World" iPhone App and I have been having this problem for the past two days now.
Now i'm trying to add a few IBOutlets to the controller, so I add them to the .h file, synthesize on the .m file. Then i head over to Interface Builder to connect the outlets. I drag the UILabel to the UIView, and then i try to connect the File Owner (which my custom UIViewController), but all that i can select when i try to connect to the UILabel is "view", which is obviosly wrong. So I'm not able to connect IBOutlets to their controls in Interface Builder.
This is how I'm trying to create an IBOutlet in the header file :
IBOutlet UILabel *lbl;
Can anyone help me out here? I even tried re-installing Xcode but it doesnt seem to work.
|