Where are the Class Action and Class Outlets in Xcode 3.2? They aren't showing up in the Inspector like they used to.
|
feedback
|
|
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. | |||
|
feedback
|
|
Below are some additional instructions based on ACBurk's 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. | |||
|
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. | |||
|
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.