[categories] [index] [all (552)] [latest]
Set values for keys from a dictionary:
[person setValuesForKeysWithDictionary:d];
Don't raise exceptions when class is not key value coding-compliant for given keys:
- (void)setValue:(id)value forUndefinedKey:(NSString *)key {
NSLog(@"-- unhandled key:%@", key);
}