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.
Asked
Active
Viewed 51 times
-1
-
Interesting question. Can you explain what you are trying to achieve? – Anon Dec 13 '14 at 07:47
-
I want to blur background of the application based on StoryBoard. – Dmitry Dec 13 '14 at 07:49
1 Answers
-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