Re: initializing ivars
Re: initializing ivars
- Subject: Re: initializing ivars
- From: "Shawn Erickson" <email@hidden>
- Date: Sun, 2 Sep 2007 11:04:12 -0700
On 9/2/07, Daniel Child <email@hidden> wrote:
> Probably better to go alloc, init, and then set to nil in the dealloc.
Unless you are using the GCed objective-c runtime you must send it a
release message. Setting to nil will not cause the instance to
deallocated.
Daniel what programming language / development framework are you most
familiar with? ..knowing that could help us word our answers in way
that will be more helpful to you.
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden