I was using this in my iPhone app
if (title == nil) { // do something }
but it throws some exception, and the console shows that the ti
I only check null string with
if ([myString isEqual:[NSNull null]])