在 CGContext 中渲染 UITextView 时出现问题,它变得模糊。
UIGraphicsBeginImageContextWithOptions(CGSizeMake(700, 700), NO, 0.0);
CGContextScaleCTM(UIGraphicsGetCurrentContext(), 2, 2);
[myTextView.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *text_image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
使用上面的代码时,我得到了这个结果: