What is the easiest way to grab only some info from a .plist file and display it in a table view?
Example:
I have a .plist that has different shops stored in it, with each of the shop's states within the .plist file in a string called "States". Each store has an individual item in the .plist file. I want to have different tab bars displaying different states, with the shops from just that state displayed in the table view.
What is the best way to programmatically manipulate what is displayed from a .plist file in a table view?
Example:
I have a .plist that has different shops stored in it, with each of the shop's states within the .plist file in a string called "States". Each store has an individual item in the .plist file. I want to have different tab bars displaying different states, with the shops from just that state displayed in the table view.
What is the best way to programmatically manipulate what is displayed from a .plist file in a table view?