How to take screenshot for the entire screen no matter which app is at front most in iOS 7(Jailbroken)
问题 Before iOS7 I use UIGetScreenImage() function to take the screenshot easily, but in iOS7, it becomes deprecated, now are there any good methods to archive this?Thank you! Addition: I need take screenshot for the entire screen at any view 回答1: I came across the same problem, but have no ideas how to solve it. I tried IOSurface - IOS Private API - Capture screenshot in background , which works well in some apps but returns a black screen in games. Then I tried this app https://github.com/k06a