I don’t really like using plists (I know I should get used to it, but I haven’t yet). Is that what the app delegate can be used for, getting info between the two? Thanks.
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 should be using
NSUserDefaults, for the standard types of utility apps as described in Apple’s Human Interface Guidelines.