I want to do something like this:
NSLog(@\"You got: %x\", booleanValue);
where x is the specifier. But I can\'t find one! I want to avoid:
Yes
Here is the code:
NSLog(@"%hhd",BOOLvariable);
Prints 1 for Yes and 0 for No. Worked for me.