Possible Duplicate:
default value of BOOL in Objective-C?
If I declare a BOOL
property in a class, what will be its default value? If I don't set a value for the variable when creating an object of the class, is it always NO
or will it return YES
in any case?