IOS开发之NSDictionary里setValue:forKey与setObject:forKey、objectForKey与valueForKey的差异
setValue:forKey与setObject:forKey的差异在使用NSMutableDictionary的时候经常会使用setValueforKey与setObjectforKey,他们经常是可以交互使用的,代码中经常每一种的使用都有。1,先看看setValue:forKey:的定义@interface NSMutableDictionary(NSKeyValueCoding)/*Sen