Subclassing in IB and init methods
Subclassing in IB and init methods
- Subject: Subclassing in IB and init methods
- From: String <email@hidden>
- Date: Tue, 10 Feb 2004 12:40:17 -0600
I'm trying to subclass NSTextView in IB (MyTextView). I've added init
methods w/in my subclass that match the method signatures of
NSTextView. My text view object in IB uses MyTextView. All is fine.
If I break in AwakeFromNIB, the outlet connected to the text view isa
MyTextView instance. However, if I set breakpoints in the init methods
of MyTextView, they are never hit.
Can anyone shed some light on this ?
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.