Skip navigation.
 
mlRe: [Leopard] Interface Builder - Subclassing
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

Related mailsAuthorDate
ml[Leopard] Interface Builder - Subclassing Rick Langschultz Nov 2, 21:13
mlRe: [Leopard] Interface Builder - Subclassing Shawn Erickson Nov 2, 21:31
mlRe: [Leopard] Interface Builder - Subclassing Scott Anguish Nov 2, 21:34
mlRe: [Leopard] Interface Builder - Subclassing Tommy Nordgren Nov 2, 21:34
mlRe: [Leopard] Interface Builder - Subclassing Rick Langschultz Nov 3, 00:08
mlRe: [Leopard] Interface Builder - Subclassing Chris Hanson Nov 4, 02:10
mlRe: [Leopard] Interface Builder - Subclassing Eric Celeste Nov 4, 02:23
mlRe: [Leopard] Interface Builder - Subclassing Eric Celeste Nov 4, 02:45
mlRe: [Leopard] Interface Builder - Subclassing Chris Hanson Nov 4, 02:53
mlRe: [Leopard] Interface Builder - Subclassing Rick Langschultz Nov 4, 05:01