I'm trying to follow step 1 of this tutorial, which was made for an older version of XCode than the one I'm using. I'm supposed to drag a connection from a green NSObjectController icon to a blue object icon, and select the "content" outlet. However when I try to do this, no outlets are showing. How can this be done?
+1
A:
You should still be able to do this. Make sure the other steps are right too.
The crucial step is to declare the other object as an IBOutlet
in the class interface and then make sure the two object types are correct in Interface Builder.
Chris Cooper
2010-07-07 01:44:16