I\'ve tried multiple ways. I know the dictionary is NULL, as the console also prints out when I break there. Yet when I put it in an if( ) it doesn\'t trigger.
if (TheDict == (NSDictionary*) [NSNull null]){ //TheDict is null } else{ //TheDict is not null }