Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in key-value-coding

Notification for property changes in NSObject

Performance hit incurred using NSMutableDictionary vs. NSMutableArray>

Finding if a class is key-value-compliant for a given key

Getting Max Date from NSArray, KVC

Using key paths in NSPredicates

KVO rocks. Now how do I use it asynchronously?

this class is not key value coding-compliant for the key name. UISearchBar and DisplayController

Objective-C undo manager questions

Get specific CodingKey for KeyPath

How do I set Swift values by property name?

swift key-value-coding

Objective-c KVC: Collection Accessor Patterns for To-Many Properties, how can I use this to enhance my code?

KVO differentiating between willChangeValueForKey and didChangeValueForKey - are both necessary?

Implementing a KVO/Bindings-Compliant Bridge-Pattern in Cocoa

"Key-Value Coding" for Java

java key-value-coding

Helper classes/libraries to make use of KVC/KVO on iOS more practical/safe?

Case-insensitive KVC in Cocoa? [closed]

Getting array elements with valueForKeyPath

Using setValue(value, forKey: key) on Int? types fires non key value coding-compliant method

Access Objective-C property dynamically using the name of the property