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.
All above doesn't work for me but this
if([mydict isKindOfClass:[NSNull class]]) { NSLog("Dic is Null") } else { NSLog("Dic is Not Null") }
Worked for me