How do I store multiple text messages and phone numbers in an array using plist?
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.
Try to be more precise on what you want. Do you want to store strings contained in an array in a plist, or what?
If that’s what you want, you may use NSDictionary’s
+(id)dictionaryWithContentsOfFile:(NSString *)pathand then convert your dictionary into array