NSArray filled with bool objects

Posted by Matt S. on Stack Overflow See other posts from Stack Overflow or by Matt S.
Published on 2010-05-04T22:39:03Z Indexed on 2010/05/04 22:48 UTC
Read the original article Hit count: 217

Filed under:
|
|

I have an NSArray filled with bool objects (expressed as a number), and I need to test to see if any object within the array is equal to 1. How can I do it?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about nsarray