2

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?

Brad Larson
  • 170,088
  • 45
  • 397
  • 571
harlram
  • 138
  • 3
  • 14

2 Answers2

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