I have a UILabel that is modified while using my app.
I want the text of this UILabel to be saved even after I close the app.
What’s the easiest way for doing this?
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.
Save the content when the app is about to quit.
And when you create the label, use the saved text.