Quote:
Originally Posted by Oliver Drobnik
you have two options:
- takePicture does the same as pushing the button would do.
- UIGetScreenImage private API has been un-banned in December so you can use this as well
Bear in mind though that one uncompressed UIImage of the screen weights about 450 kByte and keeping lots of these in an Array will run your memory full in no time.
|
Thank you so much for reply, it was a great help