I’m making an iOS app in Xcode 4 that needs to save one NSString variable. Does anyone know if using a .plist file is the best way to do this if so, what code do you need to store and retrive NSStrings?
Any help would be awesome!
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.
Best place would be to store it in
NSUserDefaults:Then to call it: