I\'ve a simple question (I think): I\'m trying to compare a NSNumber with a int, to see if it is 0 or 1. Here is the code:
id i = [dictionary objectForKey:@\
This worked
if (thevariable.intValue==0) { ... }