I have a UITableView which is populated with some data but since it contains data that is more cells than the viewable area of the screen, I only managed to get onl
There are no offscreen cells because they are recycled as soon as they scroll out of the visible screen. Instead screenshoting the UITableView, you should consider creating a PDF version using Core Text. Maybe you can adapt this example.