11 2012 档案
摘要:- (UIImage *)renderImageFromView:(UIView *)the_view { UIGraphicsBeginImageContextWithOptions(the_view.bounds.size, the_view.opaque, 0.0); CGContextRef context=UIGraphicsGetCurrentContext(); [the_view.layer renderInContext:context]; //取得影像 UIImage *the_image = UIGraphicsGetImageFromCurrentImageContex
阅读全文
浙公网安备 33010602011771号