IDDeepCopying
Getting started
- #import <IDDeepCopying/IDDeepCopying.h>
- Add protocol
- implement deepCopy as below
- (id)deepCopy {
return [IDRuntimeUtility deepCopyForObject:self];
}
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.
- (id)deepCopy {
return [IDRuntimeUtility deepCopyForObject:self];
}