UIGraphicsBeginImageContext(theView.contentSize);
CGContextRef context = UIGraphicsGetCurrentContext();
[theView setNeedsLayout];
[theView.layer renderInContext:context];
UIImage *theImage = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
NSLog(@"theImage %@",theImage);
return theImage;
我想保存 textView 的图像,但我无法捕捉到完整的 textView。图像仅显示屏幕上显示的文本。我不是美国人,所以我的英语很差,我无法从我们的 TC 网站获得答案。