SyntaxFix
Write A Post
Hire A Developer
Questions
Here's a great reason to use objectForKey: wherever possible instead of valueForKey: - valueForKey: with an unknown key will throw NSUnknownKeyException saying "this class is not key value coding-compliant for the key ".
objectForKey:
valueForKey:
NSUnknownKeyException