天涯路100 2019-05-10 17:36
浏览 457

iOS开发,我使用下面代码截取屏幕的时候,可以截取到系统键盘,但是第三方键盘无法截取到?大神帮忙看看

iOS开发,我使用下面代码截取屏幕的时候,可以截取到系统键盘,但是第三方键盘无法截取到?大神帮忙看看???

  • (UIImage *)screenshotImage
    {
    CGSize imageSize = CGSizeZero;
    UIInterfaceOrientation orientation = [UIApplication sharedApplication].statusBarOrientation;
    if (UIInterfaceOrientationIsPortrait(orientation))
    imageSize = [UIScreen mainScreen].bounds.size;
    else
    imageSize = CGSizeMake([UIScreen mainScreen].bounds.size.height, [UIScreen mainScreen].bounds.size.width);

    UIGraphicsBeginImageContextWithOptions(imageSize, NO, 0);
    CGContextRef context = UIGraphicsGetCurrentContext();
    AppDelegate *app = (AppDelegate *)[UIApplication sharedApplication].delegate;
    for (UIWindow *window in [[UIApplication sharedApplication] windows])
    {
    CGContextSaveGState(context);
    CGContextTranslateCTM(context, window.center.x, window.center.y);
    CGContextConcatCTM(context, window.transform);
    CGContextTranslateCTM(context, -window.bounds.size.width * window.layer.anchorPoint.x, -window.bounds.size.height * window.layer.anchorPoint.y);
    if (orientation == UIInterfaceOrientationLandscapeLeft)
    {
    CGContextRotateCTM(context, M_PI_2);
    CGContextTranslateCTM(context, 0, -imageSize.width);
    }
    else if (orientation == UIInterfaceOrientationLandscapeRight)
    {
    CGContextRotateCTM(context, -M_PI_2);
    CGContextTranslateCTM(context, -imageSize.height, 0);
    } else if (orientation == UIInterfaceOrientationPortraitUpsideDown) {
    CGContextRotateCTM(context, M_PI);
    CGContextTranslateCTM(context, -imageSize.width, -imageSize.height);
    }
    [window.layer renderInContext:context];
    CGContextRestoreGState(context);
    }
    UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
    UIGraphicsEndImageContext();

    return image;
    }

sogo键盘截图
图片说明

系统键盘截图
图片说明

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 Oracle触发器记录修改前后的字段值
    • ¥100 为什么这个恒流源电路不能恒流?
    • ¥15 有偿求跨组件数据流路径图
    • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
    • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
    • ¥15 CSAPPattacklab
    • ¥15 一直显示正在等待HID—ISP
    • ¥15 Python turtle 画图
    • ¥15 stm32开发clion时遇到的编译问题
    • ¥15 lna设计 源简并电感型共源放大器