Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 3.2 Missing Class Actions / Outlets?

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

like image 564
ACBurk Avatar asked Sep 30 '09 05:09

ACBurk


2 Answers

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.

like image 198
ACBurk Avatar answered Nov 10 '22 14:11

ACBurk


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.
like image 3
pm_labs Avatar answered Nov 10 '22 12:11

pm_labs