On Apr 20, 2010, at 1:06 PM, Brent Fulgham wrote: > Can anyone clarify whether the NSMutableArray object's "setArray" > performs a deep copy of the NSArray provided, > or does it simply build an NSMutableArray object with > additionally-retained elements pointing back to the source object?
setArray: is equivalent to removeAllObjects and addObjectsFromArray: -- Seth Willits _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com