I may very well be confusing this with the Cocoa (Mac OS X) side of things so it may not exist in Cocoa-Touch...but I thought there was a way to quickly ask a NSSet to poll its members and return a sum of say an NSInteger property in each of its objects?
Closest I can find is objectEnumerator whereby I suppose I could rifle through each object and increment my own int sum variable. Better way?