As we know that it is possible to create pdf file in iphone application but i want that my data which is in table view must be saved in the documents of the application in a text file.
Share
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 create a text file let it be “file.txt” and write required data, here “yourString” as follows,
You can read saved data as follows,