I know how to do it for a float:
#define kMyConstant 1.0f
but how could I do that fora BOOL value?
#define kMyConstantBOOL YES
Or
static BOOL MyConstantBool = YES;