I have an app setup and working. It consists of 3 tab's. Two tabs display a tableview with a list of names from two plist files. These lists are in alphabetical order with an index and a search bar at the top. The third view simply shows my logo and details about the app.
I would like to take the first view, a table view, and have it display details about the name that the user click on in the table. I want to keep my list grouped in ABC order and keep the index on the side. My details for each name are going to consists of many lines of text, and maybe a picture icon.
I am having trouble finding a place to store this detail data and how to call it in when a user click on the related name in my first tableview.
The second tableview is just a tableview, with no details.
I have been stuck on this for days. Any help would be great!
I would like to take the first view, a table view, and have it display details about the name that the user click on in the table. I want to keep my list grouped in ABC order and keep the index on the side. My details for each name are going to consists of many lines of text, and maybe a picture icon.
I am having trouble finding a place to store this detail data and how to call it in when a user click on the related name in my first tableview.
The second tableview is just a tableview, with no details.
I have been stuck on this for days. Any help would be great!