I have a class that has been derived from NSObject. How can copy be enabled like [object copy]?
This is for an iPhone application.
I have a class that has been derived from NSObject. How can copy be enabled like [object copy]?
This is for an iPhone application.