Key Value Coding ====== * My blog(Ver. Chinese) * [IOS KVC](http://yume190.github.io/categories/IOS/KVC/) * IOS Dev Lib * [Key-Value Coding Programming Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/KeyValueCoding/Articles/KeyValueCoding.html#//apple_ref/doc/uid/10000107-SW1) * Struct to NSValue * [How to wrap a Struct into NSObject](http://stackoverflow.com/questions/5691881/how-to-wrap-a-struct-into-nsobject) * [What's the best way to put a c-struct in an NSArray?](http://stackoverflow.com/questions/4516991/whats-the-best-way-to-put-a-c-struct-in-an-nsarray) * bou.io * A very nice KVC tutorial, and KVC Custom Collections Operators[Key-Value Coding: Custom Operators](http://bou.io/KVCCustomOperators.html#fn:3) * KVC Open Source using `x.kvc[]`[An alternative syntax for KVC](http://bou.io/KVCTrampoline.html) * [Several Approaches to Higher-Order Functions with Objective-C Collections](http://bou.io/HigherOrderFunctionsInObjectiveC.html) * [Filtering NSArray With Key-Value Coding](http://bou.io/FilteringNSArrayWithKeyValueCoding.html) * Implement KVC * [Let's Build Key-Value Coding](https://www.mikeash.com/pyblog/friday-qa-2013-02-08-lets-build-key-value-coding.html) * KVC tutorial * [Objective-C Lesson 13: Key-Value Coding](http://www.binpress.com/tutorial/objectivec-lesson-13-keyvalue-coding/79) * [Learn Objective-C: Advanced KVC](http://www.binpress.com/tutorial/learn-objectivec-advanced-kvc/80) * Nice PPT[Intro to Cocoa KVC/KVO and Bindings](http://www.slideshare.net/sergio.acosta/intro-to-cocoa-kvckvo-and-bindings-presentation)