I am working on an app where I need to save a part of iphone’s screen shot as JPEG and then send this through email. The part of screen has some text labels, fields etc. Any ideas please on how can I save part of screen as JPEG (I am a newbie therefore any help/sample code is highly appreciated)
Share
The following code will save the contents of a view to the user’s photo library. You should be able to modify it to be able to email the file instead.