I know how to do it for a float:
#define kMyConstant 1.0f
but how could I do that fora BOOL value?
Here's an example:
#define kMyConstant YES #define kMyOtherConstant NO