Okay, so I've finally gotten my tab bar controller to work in conjunction with a navigation controller and table view controller so that I can select a tab, then select a choice from a list and go back to the choices from an individual choice in the table.
Now I need help going a couple of steps further.
This section is going to be as follows in the end:
Tab -> table choice -> table choice -> picture. At each table choice stage, I need to be able to return to the previous table (a la navigation). How would I accomplish these nested navigation/table...things in addition to the picture at the end?
Like would the hierarchy in IB go:
Tab Bar controller
->Nav Controller (I know up to here is correct)
->Nav Controller
->???
->Picture
Or would it follow some other system?
Thanks! I've started over a couple of times already (thanks, IB for not helping out!), and I can feel how close I am this time.
Now I need help going a couple of steps further.
This section is going to be as follows in the end:
Tab -> table choice -> table choice -> picture. At each table choice stage, I need to be able to return to the previous table (a la navigation). How would I accomplish these nested navigation/table...things in addition to the picture at the end?
Like would the hierarchy in IB go:
Tab Bar controller
->Nav Controller (I know up to here is correct)
->Nav Controller
->???
->Picture
Or would it follow some other system?
Thanks! I've started over a couple of times already (thanks, IB for not helping out!), and I can feel how close I am this time.