I have a view that has many textfields and values inserted into them. Now I want to save this view as an image or as a pdf.
Is there any way I can achieve this? I am using IOS 5.1 for the project
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.
You can take screenshot of the view and save it:
Now you have a UIImage of the whole view content, you can use it the way you like..