I am developing an iPad/Mac app and need to store 1000 preset words. These words must always be stored, cannot be changed. How should I approach this?
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.
Store them in a property list which you load into an array. You will almost definitely want to change or localise the list at some point in the future, and this is the easiest way of doing that.