Hi there,
I have a table view with two layers of table. The first layer shows 5 items.... A,B,C,D and E. When selected each letter leads to a different array which is displayed in the second table. The second table shows the first few words of the poems beginning with, say A.
When an item from the second layer is selected it puts a string from the assosiated array onto the detail view.... say the full poem beginning with A. .. all working beautifully.
What I want to do however is have it so that once someone has selected 'A', and then selected their poem and the poem is in the detail view.... They will be able to use a button on the detail view to look through all the A poems.... just using the detail view... not going back into the table view each time.
I have a TableView Controller, a secondTableView controller and a finalView Controller. The plists are fed into the arrays in the TableView Controller. There are 5 plists,,, A,B,C,D and E... just plain string arrays.
Just wondered if you think this is possible??
thanks
moomy
I have a table view with two layers of table. The first layer shows 5 items.... A,B,C,D and E. When selected each letter leads to a different array which is displayed in the second table. The second table shows the first few words of the poems beginning with, say A.
When an item from the second layer is selected it puts a string from the assosiated array onto the detail view.... say the full poem beginning with A. .. all working beautifully.
What I want to do however is have it so that once someone has selected 'A', and then selected their poem and the poem is in the detail view.... They will be able to use a button on the detail view to look through all the A poems.... just using the detail view... not going back into the table view each time.
I have a TableView Controller, a secondTableView controller and a finalView Controller. The plists are fed into the arrays in the TableView Controller. There are 5 plists,,, A,B,C,D and E... just plain string arrays.
Just wondered if you think this is possible??
thanks
moomy