截图

UIGraphicsBeginImageContextWithOptions(self.imgView.bounds.size, YES, [UIScreen mainScreen].scale);

    [self.imgView drawViewHierarchyInRect:self.imgView.bounds afterScreenUpdates:YES];

    UIImage *image = UIGraphicsGetImageFromCurrentImageContext();

    UIGraphicsEndImageContext();

posted @ 2015-09-23 09:54  金刚葫芦娃哈哈  阅读(104)  评论(0编辑  收藏  举报