Re: memory mgmt for NSMutableArray as ivar
Re: memory mgmt for NSMutableArray as ivar
- Subject: Re: memory mgmt for NSMutableArray as ivar
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 22 Aug 2007 07:58:36 -0700
On 8/22/07, Daniel Child <email@hidden> wrote:
> I skimmed through Kochan's chapter on copying and he has a paragraph
> on the difference. Just to clarify, you use mutableCopy to ensure
> that the list is a mutable array, correct?
What do the docs say for mutableCopy [1] and copy [2]? :)
-Shawn
[1] <http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Protocols/NSMutableCopying_Protocol/index.html>
[2] <http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Protocols/NSCopying_Protocol/index.html>
_______________________________________________
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