Some Objective-c Note-to-self Feb 19th, 2014 To find the number of items in a NSArray use [array count]; It is not size (python) or length (java)