Thanks for the help on my last issue. Its working now. This is my last hurdle:
My goal is to have two table view's and an info view all selectable via the bottom tab bar. Each cell in the table view's will take the user to details about what they have just tapped on.
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. 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!
My goal is to have two table view's and an info view all selectable via the bottom tab bar. Each cell in the table view's will take the user to details about what they have just tapped on.
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. 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!