FROM : Sandeep Parikh
DATE : Fri Apr 22 00:54:18 2005
I've got an NSMutableArray wherein every object is an
NSMutableDictionary. I would like to remove any NSMutableDictionary
that contains (among other things) a given single key/value pair.
Is there an existing class/method that will let me accomplish this?
I looked into using NSArray's makeObjectsPerformSelector but it
didn't seem to fit my needs exactly.
thanks!
-Sandeep
DATE : Fri Apr 22 00:54:18 2005
I've got an NSMutableArray wherein every object is an
NSMutableDictionary. I would like to remove any NSMutableDictionary
that contains (among other things) a given single key/value pair.
Is there an existing class/method that will let me accomplish this?
I looked into using NSArray's makeObjectsPerformSelector but it
didn't seem to fit my needs exactly.
thanks!
-Sandeep
| Related mails | Author | Date |
|---|---|---|
| Sandeep Parikh | Apr 22, 00:54 | |
| Steven Spencer | Apr 22, 10:58 |






Cocoa mail archive

