标签: ios nscopying
我有一个视图,它具有图像视图,因为它是subView并且具有引用某个对象(delegate对象)的属性。我对为此对象实现copyWithZone:感到困惑。
subView
delegate
copyWithZone:
虽然,我试图像[copy setDelegate:[[self delegate] copyWithZone:zone]]编译器一样报告错误。
[copy setDelegate:[[self delegate] copyWithZone:zone]]
是否可以复制添加到视图中的手势识别器。因此,当我从文件反序列化对象时,我可以直接使用该对象。