CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

IDDeepCopying 0.3.0

IDDeepCopying 0.3.0

Maintained by IDEntryFields.



  • By
  • Andrey Bronnikov

IDDeepCopying

Getting started

  1. #import <IDDeepCopying/IDDeepCopying.h>
  2. Add protocol
  3. implement deepCopy as below
- (id)deepCopy {
    return [IDRuntimeUtility deepCopyForObject:self];
}