Re: NSArray to NSMutableArray
Re: NSArray to NSMutableArray
- Subject: Re: NSArray to NSMutableArray
- From: Charles Steinman <email@hidden>
- Date: Fri, 28 Nov 2008 17:32:31 -0800 (PST)
--- On Fri, 11/28/08, Pierce Freeman <email@hidden> wrote:
> I am wondering the correct/recommended technique to make a
> NSMutableArray
> out of a NSArray. I see online that there are ways to do
> this, but am not
> sure what is the best way.
I'm not sure why you'd do it any other way than [array mutableCopy].
Cheers,
Chuck
_______________________________________________
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