Re: NSDictionary objectForKey and non-standard key classes
Re: NSDictionary objectForKey and non-standard key classes
- Subject: Re: NSDictionary objectForKey and non-standard key classes
- From: Bob Peterson <email@hidden>
- Date: Tue, 28 Aug 2001 10:32:41 -0400
I just tried it. The compare: message is never sent to the key object.
So this isn't the way.
On Tuesday, August 28, 2001, at 09:26 , email@hidden wrote:
Try overriding '-(NSComparisonResult)compare:(id)value' as well. I
recall noticing something like this once as well.