initWithCoder and IB
initWithCoder and IB
- Subject: initWithCoder and IB
- From: "Lucas M. Haley" <email@hidden>
- Date: Tue, 26 Nov 2002 00:10:14 -0800
Hello all --
Having read a related post about standard and non-standard objects in IB, I fear I might be barking up the wrong tree. But I thought I would double-check.
I have a non-standard (ie my own) object instantiated in IB in a document subclass. When I go to initWithCoder the document subclass, it inits the object twice, effectively calling initWithCoder, then the plain ol' init. This removes all the data from the initWithCoder, and is very frustrating. Is this a problem with instantiating the object in IB?
Any help greatly appreciated!
-Lucas Haley
_______________________________________________
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.