Can you convert uiview that is not currently being displayed to uiimage
问题 I have found numerous examples of converting UIView to UIImage, and they work perfectly for once the view has been laid out etc. Even in my view controller with many rows, some of which are net yet displaying on the screen, I can do the conversion. Unfortunately, for some of the views that are too far down in the table (and hence have not yet been "drawn"), doing the conversion produces a blank UIImage. I've tried calling setNeedsDisplay and layoutIfNeeded, but these don't work. I've even