NSCountedSet and NSString values question
NSCountedSet and NSString values question
- Subject: NSCountedSet and NSString values question
- From: Philip Mobley <email@hidden>
- Date: Fri, 13 Aug 2010 15:12:10 -0700
I am keeping track of the number of times an object is accessed by key value within a NSDictionary. I am using a manager type class where I request the object from the manager, and it accesses the NSDictionary for the object, therefore I am using a method such as this:
- (CGImageRef) imageNamed:(NSString *)name;
My question is basically how does NSCountedSet handle string values, are they interpreted by their string values or by their object values? If they are by object, then I need to do more work to pull the exact key object from the NSDictionary.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden