I am wondering how my iPhone app can take a screen shot of a specific UIView as a UIImage.
UIView
UIImage
I tried this code but all I get is a blank image
CGImageRef UIGetScreenImage();
Apple now allows us to use it in a public application, even though it's a private API