4

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

This is for an iPhone application.

apaderno
  • 28,547
  • 16
  • 75
  • 90
Lakshmie
  • 331
  • 6
  • 17

1 Answers1

9

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

Ant
  • 4,890
  • 1
  • 31
  • 42
Azeem.Butt
  • 5,855
  • 1
  • 26
  • 22