When is NSCopying needed?

Posted by andyvn22 on Stack Overflow See other posts from Stack Overflow or by andyvn22
Published on 2010-04-04T02:15:09Z Indexed on 2010/04/04 2:23 UTC
Read the original article Hit count: 446

I know it's needed if your object will be used as a key in an NSDictionary. Are there any other times like this that NSCopying is required?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa