Seems like UIGetScreenImage() is now an official API call???
Please read this blog entry on TUAW
One guy in comments below says, that some Apple guy said on the official forums, that it is now allowed to make use of this API. Can't confirm this information, but it looks very interesting so far!
[EDIT: YES ITS TRUE!!! Log onto the official forums and do a search for UIGetScreenImage();
Here is the quote:
Quote:
After carefully considering the issue, Apple is now allowing applications to use the function UIGetScreenImage() to programmatically capture the current screen contents. The function prototype is as follows:
CGImageRef UIGetScreenImage();
Note that a future release of iPhone OS may provide a public API equivalent of this functionality. At such time, all applications using UIGetScreenImage() will be required to adopt the public API.
|