iOS截图

来源:互联网 发布:数据统计分析的作用 编辑:程序博客网 时间:2024/05/21 22:28

    UIGraphicsBeginImageContext(__webView.frame.size);

    [__webView.layerrenderInContext:UIGraphicsGetCurrentContext()];

    UIImage *image =UIGraphicsGetImageFromCurrentImageContext();

    UIGraphicsEndImageContext();

    UIImage *viewImage = [UIImageimageWithData:UIImageJPEGRepresentation(image,0.7)];

0 0
原创粉丝点击