How Can I Store A String So That I Can Use It The Next Time My App Runs?
My application doesn't have "settings", but I do need to store 3 strings that will not be deleted as soon as my app closes. I need to be able to edit the strings and then store them so that my app can use them next time it runs to monitor the user's completion of a task. I'm confused about "Settings.bundle". Is that even what I need? Please be thorough in explanations. I'm new to Mac OS X and iPhone development. Thanks
My application doesn't have "settings", but I do need to store 3 strings that will not be deleted as soon as my app closes. I need to be able to edit the strings and then store them so that my app can use them next time it runs to monitor the user's completion of a task. I'm confused about "Settings.bundle". Is that even what I need? Please be thorough in explanations. I'm new to Mac OS X and iPhone development. Thanks
Thank you very much everyone! This is exactly what I need. I know it's off topic, but could one of you please give me the line of code for checking to see whether a NSString contains a set of characters?