-1

Can we grab iPhone screen before program launch? Of course it will be grabbed after application launching. But maybe iOS cashes it somewhere so we can access it.

Dmitry
  • 14,306
  • 23
  • 105
  • 189

1 Answers1

-1

Access to the system-generated stuff is not safe... You can save the state before the app enter the background, then on applicationWillEnterForeground: method worked you can resume the state.

ImWH
  • 820
  • 1
  • 7
  • 20