I would like to use an image of the home screen in my application. How can I capture the iPhone home screen as an image when my application runs?
Asked
Active
Viewed 970 times
2 Answers
1
I want to give you a simple and short answer: "This is not possible"
While your app is running, you can't get access to other apps (in this case to the SpringBoard.app).

Fabio Poloni
- 8,219
- 5
- 44
- 74
0
Open XCode Organizer, Devices tab, hit the screenshot button.
Or simply press the "Home" and "Sleep/Power" buttons at the same time, which will take a screenshot anywhere and save it to your photo roll.

Yann Ramin
- 32,895
- 3
- 59
- 82
-
i want to take a picture in runtime. – harlram Mar 05 '11 at 06:10