views:

17

answers:

0

I have been reading about how to capture the current screen of the iPhone in code and get it as a UIImage. From what I have understood Apple now allow us to use UIGetScreenImage(void) also when submitting apps to App Store, is that right? Is this the way to go or is there a new better way of capture the screen?

Thanks!