Skip navigation.
 
mlRe: newb problem- Currency Converter app problem- Can't Add ConverterController Class to Nib
FROM : Edward Scholl
DATE : Sat Mar 15 03:51:54 2008

On Fri, Mar 14, 2008 at 9:21 AM, mmalc crawford <<email_removed>> wrote:
<snip>
>  >
>  It's not clear where you're finding an instruction to "click open to
>  instantiate"?
>
>  The steps given are:
>
>  1 Choose File > Read Class Files.
>
>  2 Select the ConverterController.h file and click Open.


Yes, it's clear that you're finding instructions to 'click open to
instantiate'- the problem is that when following the directions, you:
-  "Click Open to Instantiate"
- see figure 5-3, which clearly shows 'A newly instantiated instance
of ConverterController' in your nib.

But...  in Interface Builder, you do NOT have 'A newly instantiated
instance of ConverterController' in your nib.

You do not get that to after step 5, even though the tutorial shows it
after step 2.  Makes one think something is screwed up.

<snip>