1

Guys I'm looking for the way to retrieve the application screenshot by mean other than CoreGraphics.

I know that Apple has recommended to do it using CoreGraphics here

But I have an issue by doing so when drawing on UIView using UIBezierPath which I've described it here.

So does anyone know any alternative of getting the screenshot of the application by means other than CoreGraphics?

Community
  • 1
  • 1
deimus
  • 9,565
  • 12
  • 63
  • 107
  • 6
    Why don't you just sort out the bug you have with your current code using CoreGraphics as that is the way that Apple recommend? – Nick Bull Jul 05 '12 at 10:09
  • I'm really trying to sort it out already the second day. I really think its already iOS internal bug of incorrect mapping of UIBezierPath to UILayer. No one was able to suggest any reasonable reference. So thats why I'm looking for something other than getting BitMapContext using CoreGraphics. Unless of course if your able to suggest any other reasonable reference. – deimus Jul 05 '12 at 10:40

1 Answers1

0

That is pretty mush the only way, but if really can't try guiding the user into pressing the home and power button at the same time.

virindh
  • 3,775
  • 3
  • 24
  • 49