Can I create both an object enumerator and a key enumerator for the same NSDictionary (or NSMutableDictionary), and expect them to step through the keys and values in the same order, in parallel so to speak?
Is there a better way to accomplish this?
Thanks!
-N