Are BOOL and bool interchangeable when used with xcdatamodel?

96 views Asked by At

I have an iOS app that uses CoreData; the xcdatamodel has several boolean attributes. My question is: in my objective-c code, are BOOL and bool interchangeable within those attributes? The way I've written my code, the logic depends on true or false (1,0) and yes, I know the difference between BOOL and bool.

0

There are 0 answers