views:

5985

answers:

9

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

+8  A: 

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.

ACBurk
A: 

Thanks bro! Was looking for it!

NiceT
A: 

Thanks... just in time... putting the baseball bat down now... equipment is safe! You saved me a couple thousand dollars!

BC
A: 

This is not enough for me. I already created the object and now I have to add outlets and actions. That section you told is only used BEFORE adding objects to the controller

frakie
+1  A: 

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.

+1  A: 

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.
paul_sns
A: 

Thank you! That clears it up.

I'm trying to follow that free ebook Become an Xcoder but it's written for an older version of Xcode (I think 3.0) and I'm trying to piece together what the tutorial steps would be in 3.2...

QA
A: 

can someone give pictures for me, to show how to build Actions / Outlets?

horizon
A: 

You obviously figured this out?

Gouthum