How can I convert an NSArray to an NSDictionary, using an int field of the array's objects as key for the NSDictionary?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
||||
|
|
|
This adds a category extension to In a
In a
Example use:
Outputs:
|
|||||
|
|
I have created a simple library, called Linq to ObjectiveC, which is a collection of methods that makes this kind of problem much easier to solve. In your case you need the Linq-to-ObjectiveC toDictionary method, where your 'int' field is specified via a key selector:
This returns a dictionary where the keys are given by the |
|||
|
|