Hi David,
IB will use the default Obj C initialization and, yes, the default Obj C
initialization is a little different from Ruby initialization so I have to make
minor changes when I change a class from MacRuby instantiation to IB
instantiation.
The default Obj C initialization calls init wi
Hi Bob,
"As you become more familiar with IB, you will probably do more initialization
of objects in IB and less in MacRuby. Nib file expansion instantiates objects
and then makes calls to initialize the objects using the same methods that you
are using to initialize objects in MacRuby. Actually