摘要:
CGImageRef UIGetScreenImage();- (UIImage *) getScreenImage:(UIView *)shotView{ CGImageRef cgImage = UIGetScreenImage(); void *imageBytes = NULL; if (cgImage == NULL) { CGColorSpaceRef colorspace = CGColorSpaceCreateDeviceRGB(); imageBytes = malloc(shotView.bounds.size.width * ... 阅读全文
posted @ 2013-05-15 09:41
高笑228
阅读(383)
评论(0)
推荐(0)

浙公网安备 33010602011771号