Search code examples
Cocoa binding to a particular item in an array controller...


cocoacocoa-bindingskey-value-observingnsarraycontrollerkey-value-coding

Read More
Accessing collection through KVC (to protect collection and be KVO compliant)...


objective-ccocoacocoa-touchkey-value-observingkey-value-coding

Read More
KVC: NSConcreteValue unrecognized selector sent to instance...


objective-cioskey-value-codingunrecognized-selector

Read More
setNilValueForKey error...


objective-ccocoanullkey-value-coding

Read More
Properties on CALayer subclass aren't getting observed by CATransaction...


iphoneioscore-animationkey-value-coding

Read More
Key Value Coding - setValue:forKey: where value is NULL...


iphoneobjective-ckey-value-coding

Read More
How to handle '[<__NSCFString 0x2f1730> valueForUndefinedKey:]: this class is not key valu...


objective-cioskey-value-coding

Read More
How to use key-paths in NSPredicate on an NSArray of NSStrings?...


objective-ccocoakey-value-coding

Read More
KVO differentiating between willChangeValueForKey and didChangeValueForKey - are both necessary?...


ioscallbackkey-value-observingkey-value-coding

Read More
Why should I use KVC rather than the simple dot syntax when accessing object properties?...


iphonecocoa-touchuikitkey-value-coding

Read More
How to pass NSSize and NSRect to PyObjC KVC convenience accessor...


cocoapyobjckey-value-coding

Read More
NSMutableDictionary and new items insertion KVO...


objective-ccocoansmutabledictionarykey-value-observingkey-value-coding

Read More
Removing Observer in Dealloc...


objective-ccocoakey-value-observingdeallockey-value-coding

Read More
Key-value observing on UIButton's State...


iphoneobjective-cioskey-value-observingkey-value-coding

Read More
Combine key value functions with NSExpression...


ioscore-datacollectionskey-value-coding

Read More
Why does valueForKey: on a UITextField throws an exception for UITextInputTraits properties?...


cocoa-touchuikitkey-value-coding

Read More
Does a Core Data NSSet contain an object with a certain ID?...


objective-ccore-datakey-value-coding

Read More
Validation not automatically called except when using KVC key-value-coding access...


objective-cvalidationkey-value-coding

Read More
Improving setValueForKeyPath robustness...


ioscocoa-touchkey-value-codingdefensive-programming

Read More
What steps should be taken to convert my XML into Core Data objects?...


xmlcocoacocoa-touchcore-datakey-value-coding

Read More
I want an array of values of a key from multidimensional array...


phpmultidimensional-arraykey-value-coding

Read More
Which is better- [obj propName] or [obj valueForKey:@"propName"] when using an id pointer?...


objective-ckey-value-coding

Read More
KVC setNilValueForKey: recommends calling method and not using property accessor...


objective-cioscocoakey-value-coding

Read More
Why is KVO retaining all of NSMutableArray's objects?...


objective-cxcodekey-value-observingkey-value-codingretaincount

Read More
Using dot notation for instance methods...


iphoneobjective-cioskey-value-coding

Read More
Objective-C undo manager questions...


objective-ccocoakey-value-observingnsarraycontrollerkey-value-coding

Read More
How to programmatically monitor KVC object?...


objective-cxcodemacoskey-value-observingkey-value-coding

Read More
How can I pass a property of a class as a parameter of a method in objective-c...


iphoneobjective-ccore-dataselectorkey-value-coding

Read More
Foundation Objective-c: Dictionary with array; dict with dict...


objective-cnsdictionarykey-value-coding

Read More
Simple setter in objc still generates change value notification...


objective-ckey-value-observingkey-value-coding

Read More
BackNext