标签:ios
- (UIView*)duplicate:(UIView*)view { NSData * tempArchive = [NSKeyedArchiver archivedDataWithRootObject:view]; return [NSKeyedUnarchiver unarchiveObjectWithData:tempArchive]; }
标签:ios
原文地址:http://blog.csdn.net/rainlesvio/article/details/38871617