BOOL - Any simple foundation class?
Hey everyone,
I'm working on a subclass of NSObject and I need a few Boolean iVars.
Is there some kind of NSBoolean or something? Am I stuck having to use BOOL?
If I have to use Bool, should I do anything differently? Is is safe to have pubice methods return Bool objects? What about memory managment? I never really did understand the C thing...
Thanks for any tips!
|