This might be very basic question but I was wondering why can\'t I assign nil as NSDictionary value? I have following statement many places in my code. If [q objectFor
[q objectFor
It wants an actual object... use NSNull
[NSNull null];