FROM : Chris Hanson
DATE : Sun Nov 04 02:53:06 2007
On Nov 3, 2007, at 6:23 PM, Eric Celeste wrote:
> Chris, I'm trying very hard to follow what you've said... but I can't.
>
> I'm looking at IB3 and I do what you suggest. I drag NSObject out of
> the Library and drop it in my .nib document. Then you say "Get Info on
> it". But there is no "Get Info" anywhere in IB3 except for the "i"
> button in the toolbar of the .nib file and it only gets info for the
> .nib file.
Sorry, I meant "inspect it." Xcode's terminology is "Get Info."
Just select the instance of NSObject that you dragged into your IB
document, and select "Identity Inspector" directly from the Tools
menu. The keyboard equivalent for this is Command-6. It will open
the Inspector window, and take you directly to the Object Identity
inspector from where you can change the class of your NSObject
instance, add outlets and actions, and even add comments on it that
will remain in the Interface Builder document.
-- Chris
DATE : Sun Nov 04 02:53:06 2007
On Nov 3, 2007, at 6:23 PM, Eric Celeste wrote:
> Chris, I'm trying very hard to follow what you've said... but I can't.
>
> I'm looking at IB3 and I do what you suggest. I drag NSObject out of
> the Library and drop it in my .nib document. Then you say "Get Info on
> it". But there is no "Get Info" anywhere in IB3 except for the "i"
> button in the toolbar of the .nib file and it only gets info for the
> .nib file.
Sorry, I meant "inspect it." Xcode's terminology is "Get Info."
Just select the instance of NSObject that you dragged into your IB
document, and select "Identity Inspector" directly from the Tools
menu. The keyboard equivalent for this is Command-6. It will open
the Inspector window, and take you directly to the Object Identity
inspector from where you can change the class of your NSObject
instance, add outlets and actions, and even add comments on it that
will remain in the Interface Builder document.
-- Chris
| Related mails | Author | Date |
|---|---|---|
| Rick Langschultz | Nov 2, 21:13 | |
| Shawn Erickson | Nov 2, 21:31 | |
| Scott Anguish | Nov 2, 21:34 | |
| Tommy Nordgren | Nov 2, 21:34 | |
| Rick Langschultz | Nov 3, 00:08 | |
| Chris Hanson | Nov 4, 02:10 | |
| Eric Celeste | Nov 4, 02:23 | |
| Eric Celeste | Nov 4, 02:45 | |
| Chris Hanson | Nov 4, 02:53 | |
| Rick Langschultz | Nov 4, 05:01 |






Cocoa mail archive

