I am implementing print functionality in my application for which I want to send a picture of the screen to the printer SDK.
I am creating a dummy view on which I have a Scroll View and on this Scrollview I have a list a list of products to print added as a subview. The height of this scroll view is larger than the screen size of the iPad as the list is quite big.
I want to capture pictures of the whole Scroll View with the whole list (the list with products not visible and out or UIScreen). Also, I don't want this view to be visible to the user. Everything should happen in the background.