¡@

Home 

2014/10/15 ¤U¤È 10:12:21

iphone Programming Glossary: onecopy

deep mutable copy of a NSMutableDictionary

http://stackoverflow.com/questions/1950361/deep-mutable-copy-of-a-nsmutabledictionary

self count NSArray keys self allKeys for id key in keys id oneValue self valueForKey key should return the array id oneCopy nil if oneValue respondsToSelector @selector mutableDeepCopy oneCopy oneValue mutableDeepCopy if oneValue respondsToSelector.. self valueForKey key should return the array id oneCopy nil if oneValue respondsToSelector @selector mutableDeepCopy oneCopy oneValue mutableDeepCopy if oneValue respondsToSelector @selector mutableCopy oneCopy oneValue mutableCopy if oneCopy.. @selector mutableDeepCopy oneCopy oneValue mutableDeepCopy if oneValue respondsToSelector @selector mutableCopy oneCopy oneValue mutableCopy if oneCopy nil not sure if this is needed oneCopy oneValue copy ret setValue oneCopy forKey key..