Declared in NSDictionary+RKAdditions.h
NSDictionary+RKAdditions.m

Tasks

  • + dictionaryWithKeysAndObjects:

    Creates and initializes a dictionary with key value pairs, with the keys specified first instead of the objects. This allows for a more sensible definition of the property to element and relationship mappings on RKObjectMappable classes

Class Methods

dictionaryWithKeysAndObjects:

Creates and initializes a dictionary with key value pairs, with the keys specified first instead of the objects. This allows for a more sensible definition of the property to element and relationship mappings on RKObjectMappable classes

+ (id)dictionaryWithKeysAndObjects:(id)firstKey

Declared In

NSDictionary+RKAdditions.h