tips: NSCopying和NSMutableCopying

Requirements for Object Copying 實現NSCopying協議. @protocol NSCopying -(id)copyWithZone:(NSZone *)zone @end 注意:返回的對象都是immutable的。 NSObject中定義了- (id)copy方法,該方法直接返回NSCopying協議中的-(id)copyWithZone:(NSZone
相關文章
相關標籤/搜索