关于iPhone/iPad全屏截图与区域截图的几种方法总结

关于iPhone/iPad全屏截图与区域截图的几种方法总结

截取本区域(self.view):

UIGraphicsBeginImageContext(CGSizeMake(self.view.frame.size.width, self.view.frame.size.height));
&nbs[......]

继续阅读