Where are the Class Action and Class Outlets in Xcode 3.2? They aren't showing up in the Inspector like they used to.

link|improve this question

feedback

4 Answers

up vote 17 down vote accepted

Got it.

Anyone else that was wondering, those options were moved into the Library window, under classes. If you pick the specific class, you will see the action and outlet tab on the bottom.

link|improve this answer
feedback

Below are some additional instructions based on ACBurk's answer:

  1. Select the class you wish to inspect from MainWindow.xib (or any under XIB you're editing).
  2. Open Identity Inspector (Apple Key + 4).
  3. In the Class Identity section, click the right arrow image beside the class name.
  4. That should load up Library window for the selected class.
  5. Switch to the appropriate tab (at the bottom of the Library window) for Outlets and Actions.
link|improve this answer
feedback

I think once you create the object in your interface, it shows up in the classes list in the Library dialog. You can then add the Outlets and Actions on the object from that window.

link|improve this answer
feedback

Thank you :). I will try to elaborate a bit after step 4 based on paul_sns's answer: You will see that "inheritance" is currently selected in the bottom part. You will see an up-down graphic symbol to the right of it. Click on the symbol and you will be able to see "outlets" and "actions" among other options.

Correct me if I am wrong.

link|improve this answer
feedback

protected by Community Sep 24 '11 at 16:58

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.