I have an NSObject that contains several objects, some of which are BOOL variables that are set to either "T" or "F"
I would like to know how to use them in an If statement, which looks like this.
if (myNSObject.firstBOOL == T) { // do some stuff here }
I canβt do this, and Iβm not sure why, I can ask him if its TRUE or YES , but not T. I searched for answers on other sites, but I try my best to find something similar, so I hoped that someone Someone can offer some understanding.
Any help would be greatly appreciated.
source share