One Quickie


Making object subclasses appear in NSSets (NSSet->General)
Have an object you've put into an NSSet, and things don't seem to be working? Make sure you implement -isEqual: and -hash
- (BOOL) isEqual: (id) object;
- (NSUInteger) hash;



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com