Re: Cocoa Open GL help
Re: Cocoa Open GL help
- Subject: Re: Cocoa Open GL help
- From: Brent Gulanowski <email@hidden>
- Date: Tue, 11 Sep 2001 10:31:51 -0400
>
From: Raphael Sebbe <email@hidden>
>
Date: Tue, 11 Sep 2001 15:11:30 +0200
>
To: Brent Gulanowski <email@hidden>
>
Cc: jon white <email@hidden>, Cocoa Dev List
>
<email@hidden>
>
Subject: Re: Cocoa Open GL help
>
>
objects in nib files are inited with :
>
>
-initWithFrame: (NSView subclasses)
>
-init (other objects)
>
>
So, you should override initWithFrame, I believe.
>
>
-awakeFromNib, on the other hand is invoked after all nib objects have
>
been brought to life.
OH, and which documentation did I forget to read that I would have learned
the IB init calls, where they come from, and other important stuff I've
probably missed? And how can you change which -init gets called?
Thanks,
BG