views:

297

answers:

2

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
Yes, I know that. But the problem is when I go into XCode I don't see the results.
Phenom
Added an edit, does that help?
rchern
A: 

Phenom you should look at the bottom of your project files below the products folder.

Zhen Wang

related questions