Re: Inspector in Interface Builder isn’t showing Class Actions and Outlets.
Re: Inspector in Interface Builder isn’t showing Class Actions and Outlets.
- Subject: Re: Inspector in Interface Builder isn’t showing Class Actions and Outlets.
- From: Fritz Anderson <email@hidden>
- Date: Fri, 22 Jan 2010 13:08:33 -0600
On 22 Jan 2010, at 12:58 PM, Aayush Arya wrote:
> In the very first lecture, while making a very simple application, when I dragged an object into MainWindow.xib, the Identity tab in Interface Builder is showing the panes Class Identity and Interface Builder Identity but it won’t show Class Actions and Class Outlets.
>
> How do I get these panes to show up?
By chance, is the tutorial using Xcode 3.1.2, and you are using 3.2.1? There are two things you can do:
Select the object, and then the second (connections) tab in the inspector. You'll get a list, and bubbles next to each outlet/action from which you can drag to objects to fill the outlets or send the actions.
or
In the Library window, select the Classes tab and search for your class; select it. At the bottom is another set of tabs giving information about the class, including outlets and actions. This is available even if your XIB doesn't refer to that class.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden