I am Android developer and am trying to make a my first iPhone application. As it is done in Android; we store static arrays in arrays.xml, where can we store such static arrays in iPhone application development on iPhone?
Thank you in advance.
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 can use
xmltoo, but the easiest way probably is to use aplistfile and useNSDictionaryto parse it. You can createplistfiles using Xcode. You can also store arrays inplists.There is plenty of resources on the Internet on how to do this, for example here.