Re: question about -init methods
Re: question about -init methods
- Subject: Re: question about -init methods
- From: Jim Correia <email@hidden>
- Date: Fri, 7 Jul 2006 08:30:24 -0400
On Jul 7, 2006, at 4:52 AM, Rob Ross wrote:
Is is mandatory that Objective-C class instances have their
designated initializer called only once? Can you design an
initializer so that it can be called again to re-initialize the
instance back to its initial state, or is that considered bad form?
-init<XXX> should not be sent to an already initialized object.
<http://www.cocoabuilder.com/archive/message/cocoa/2003/10/16/1773>
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden