My app has two tabs that displays different information. I want it such that only the content in the table view change when i tap on different tabs and the rest all remain the same. i.e. a common navigation controller to both the tabs. This is mainly because both the tabs include almost same mechanism except for a few that can be easily differentiated in some way. By doing so a lot of rewriting of code can be avoided and moreover it will be more efficient.
Can someone suggest me something that will back my requirement?
Thanks.