Ok so I found a thread about someone who wants to add a navigation controller to this tab application but I want it differently. I have a working app where the user selects an animal. When the user selects an animal from the first Viewcontroller from the UITableView list a second screen loads with a picture and some overal information about the animal.
Now when the user gets in the second ViewController I want a tab bar at the bottom with 3-4 options. Those options refer for 3-4 new viewcontrollers. For example 1 representing the food they eat, 1 with their natural enemies etc.
It is really hard to find workable code for me. Or should I just go for a Tabbed application? But I actually really don't want that because of my first screen with all the animals.
Who can help me out? :)