I normally create classes and IBOutlets in XCode. However I saw a video where someone created a class and the IBOutlets in Interface Builder and the files and outlets were automatically inserted into the source code seen from XCode. They were using an older version of XCode. I tried doing this, but when I went back to XCode, I didn't see any IBOutlets. How can this be done with XCode 3.2.3?
+1
A:
Outlets and Actions have been moved into the Library window. Select the Classes tab, then select your class, and in the dropdown in the bottom half of the window, select Outlets.
EDIT: Sorry, missed that 2nd to last sentence. After adding them, save the file and do File > "Write Class Files" I believe.
rchern
2010-07-07 18:02:07
Yes, I know that. But the problem is when I go into XCode I don't see the results.
Phenom
2010-07-07 18:08:33
Added an edit, does that help?
rchern
2010-07-07 18:12:38
A:
Phenom you should look at the bottom of your project files below the products folder.
Zhen Wang
2010-10-27 21:58:05