determining when an IBOutlet is initialized ?
determining when an IBOutlet is initialized ?
- Subject: determining when an IBOutlet is initialized ?
- From: Robert Miller <email@hidden>
- Date: Mon, 12 Nov 2001 16:35:38 -0500
- Organization: RFM & Associates
Hello,
Can someone tell me how to determine when an IBOutlet has been
initialized during nib loading. Specifically I have a custom subclass of
NSView which has a delegate instance class of type 'IBOutlet id
myDelegate'. I can hook it up OK in Interface Builder and it does get
initialized but I want to know when it has become initialized so that I
can do other things in the code. Is there some method ot notification
for an NSView that will do this ?
Thanks in advance.
Regards,
Bob M.