copy of mutable isn't
copy of mutable isn't
- Subject: copy of mutable isn't
- From: Danny Swarzman <email@hidden>
- Date: Wed, 28 May 2003 09:46:41 -0700
I just discovered that [myDictionary copy] doesn't produce an
NSMutableDictionary even though myDictionary is one.
You must use [myDictionary mutableCopy].
I hope that this message saves someone some pain.
-Danny Swarzman
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.