Is there a way to present a fullscreen view controller and keep drawing the presenting view controller?

Looking for a solution that keeps the presented view controller fullscreen.

The background is that I need to take some screenshots of the presenting view controller while the modal is onscreen. It's a pretty messy operation and we don't want to distract and delay the user by doing it before the modal is presented.

Are you trying to present a fullScreen modal ? Could you also clarify what you're trying to do.

Is there a way to present a fullscreen view controller and keep drawing the presenting view controller?
 
 
Q