I know this is quite sad, but when I have an NSString and I want it to have an int value, I use the %dstring value inside of it. What do I use for BOOL. I tried %b, but that did nothing. What is it?
I know this is quite sad, but when I have an NSString and I
Share
Just use %d, a BOOL is an integer.