Search code examples
objective-cfoundation

How to check if an NSDictionary or NSMutableDictionary contains a key?


I need to check if an dict has a key or not. How?


Solution

  • objectForKey will return nil if a key doesn't exist.