I want to take screenshot of iPad which has UIKIT and OpenGL both in same view .i tried to take screen shot using [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
Iam getting the screenshot but the area where OpenGl is present comes in yellow color please help
Asked
Active
Viewed 149 times
1

Srikar Appalaraju
- 71,928
- 54
- 216
- 264

sampath
- 41
- 8
-
This thread might help you.They consider two approaches http://stackoverflow.com/questions/2200736/how-to-take-a-screenshot-programmatically – Ilker Baltaci Oct 03 '12 at 08:51