I am trying to make an app with a button that will take a screenshot of the object drawn on the device’s screen and save it on the device’s photo gallery…
How will i able to do that? any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple describes a way to do it here : http://developer.apple.com/library/ios/#qa/qa1703/_index.html
And remember
#import <QuartzCore/QuartzCore.h>