I have an application that's laid out using an UITableView. The interface takes up more than just the screen, so there's some area that can be scrolled to. I would like some screenshots of the entire view (including the non-visible area) to use for documentation and soliciting feedback from my customer.
Is there programmatic way to get an image of the entire view? I don't think there would be a way on the device to do this, but maybe there is.