iOS key-value coding collection operators

通过key-value coding的collection operators 可以大大简化我们对于集合对象的某些操作,比如求集合中某属性最小值,最大值,平均数,去重,合并等操作。

具体请参考以下链接

http://nshipster.com/kvc-collection-operators/

你可能感兴趣的:(ios,KVC)