Wednesday, 7 August 2013

How to use NSLog to print out BOOL?

How to use NSLog to print out BOOL?

I am using NSLog to print some debug information. For BOOL, I can use %d,
but I am wondering if this is a standard way?

No comments:

Post a Comment