Sum an Array - Objective-C
- by Graham
Hi Guys,
I'm just starting out and I'm looking for an easy way to sum a simple array. I've read into apple developer site on key value coding and I don't understand how to apply that to my array or if that's the appropriate way to sum this.
My stumbling block with the key value coding is the .keypathToProperty - I can sort of understand that you…