Can anybody suggest which is the best way for using NSArray as two-dimensional array to store data for filtering data based on field.
Thanks in advance
Regards,
sathish
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 create an 1. array of arrays, 2. array of dictionaries, 3. array of custom class objects..
In any case you will have to do almost equal amount of work for filtering based on field..