Re: Newbie, regarding retain count and program flow
Re: Newbie, regarding retain count and program flow
- Subject: Re: Newbie, regarding retain count and program flow
- From: "John C. Randolph" <email@hidden>
- Date: Wed, 24 Nov 2004 13:22:22 -0800
Jesse,
You should never need to care what the retain counts are for objects in
a Cocoa app, since any method in the app may choose to retain one of
your objects for its own purposes. The thing to make sure of is that
your retains and releases are balanced.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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