https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Founda tion/Classes/NSArray_Class/NSArray.html#//apple_ref/doc/uid/20000137-SW40
firstObject Returns the first object in the array. - (id)firstObject Return Value The first object in the array. If the array is empty, returns nil. Availability Available in OS X v10.6 and later. See Also – lastObject Declared In NSArray.h This seems to be an error in the docs as the method does not seem to exist for me. Comments? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com