Re: Question about Archives and Serialisations Programming Guide
Re: Question about Archives and Serialisations Programming Guide
- Subject: Re: Question about Archives and Serialisations Programming Guide
- From: Jens Alfke <email@hidden>
- Date: Fri, 05 Feb 2016 16:41:25 -0800
> On Feb 5, 2016, at 9:00 AM, Dave <email@hidden> wrote:
>
> self.pNetworkNodeChildArray = [[NSMutableArray alloc] initWithArray:myArray copyItems:YES];
>
> and that should be - copyItems:NO
Or just myArray.mutableCopy …
—Jens
_______________________________________________
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