标签: ios
众所周知,当我们调用实例的复制方法时,系统会调用它的copyWithZone:方法。但是,当我通过类别覆盖NSArray的copyWithZone:方法并使用断点,然后将复制方法发送到NSArray的实例时,我发现系统没有调用copyWithZone:method.Why?