How do I loop through all objects in a NSMutableDictionary regardless of the keys?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A standard way would look like this
|
|||||
|
|
You can use |
|||||||||||||
|
|
you can use
if your target OS supports blocks. |
|||
|
|
|
Another way is to use the Dicts Enumerator. Here is some sample code from Apple:
|
|||
|
|
