`
seemefly163_0
  • 浏览: 19730 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
最近访客 更多访客>>
社区版块
存档分类
最新评论

ios截屏

阅读更多

#pragma mark -

#pragma mark Capture

 

- (UIImage *)capture

{

    UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, self.view.opaque, 0.0);

    [self.view.layerrenderInContext:UIGraphicsGetCurrentContext()];

    UIImage *img = UIGraphicsGetImageFromCurrentImageContext();

    UIGraphicsEndImageContext();

    return img;

}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics