Enabling the NSCopying protocol in a class

1.3k views Asked by At

I have a class that has been derived from NSObject. How can copy be enabled like [object copy]?

This is for an iPhone application.

1

There are 1 answers

0
Azeem.Butt On BEST ANSWER

Apple's documentation on the NSCopying protocol can be found here.