Collection Operators

Published on Saturday, 13 June 2015

Reading Chapter 7 - KVC/KVO of Cocoa Programming

https://www.bignerdranch.com/we-write/cocoa-programming/

And learning about Array Operators like

  • avg
  • count
  • max
  • min
  • sum

These could come in handy.

NSNumber *theAverages
theAverage = [employees valueForKey:@"avg.expectedRaise"];

They also have a forum (http://forums.bignerdranch.com)

Other Articles

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

Wordpress Original Link