I don't want to subclass from NSDictionary
but I want to get the literal syntax. It means that I am about to save and retrieve the key by using the "[]". I get this question from Parse iOS SDK, the PFObject
is not inherited from the NSMutableDictionary
. And they are able to use the dictionary literal syntax.
Here is the link from Parse iOS SDK: https://parse.com/docs/ios_guide#objects/iOS.