I am trying to achieve the following but dont know the best way to go about it so any tips would be great.
My app has a first root view which has a tab bar with 4 tabs, one of the tabs contains a table view. When an item is selected on the table view I want to display a details page (which I can do fine) but also completely change the tab bar to match the new set of data.
A good example of this is the free F1 2011 app. When selecting "Live Timing" you are taken to a new screen with a different tab bar (with a home button at the top to get back to previous screen.)
How would be the best way to go about implementing this?
Thanks in advance.
Fraser