Skip to content

Instantly share code, notes, and snippets.

@saish98
saish98 / kvcDemo.md
Last active August 29, 2015 14:27 — forked from TonnyXu/kvcDemo.md
using KVC on collection objects like NSArray and NSDictionary.

KVCを使えば、このようなコードが自動的に値を計算してくれる。

KVC with special keyPath is really powerful for collection objects like NSArray and NSDictionary and NSSet

AppleのDocを見る

@max, @min, @sum, @avg

Sample 1 : One of the element in the array does not contain height property