标签:
?Mark一下
- (UIView*)duplicate:(UIView*)view
{
NSData * tempArchive = [NSKeyedArchiver archivedDataWithRootObject: view];
return [NSKeyedUnarchiver unarchiveObjectWithData: tempArchive];
}
?
标签:
原文地址:http://www.cnblogs.com/jz319/p/4242034.html