Possible Duplicate:
Convert UIWebview contents to a UIImage when the webview is larger than the screen
UIGraphicsBeginImageContext
can convert a view to an image. But if a table-view is longer than the screen, the function can't show the whole table-view.
How can I do this?