I have a UITabBar Controller. It have 5 tabs and 5 views corresponding to each of the tab. When we click each tab, the view changes correspondingly. When I am in 3rd view, there is a button in its navigation bar. When I click that button, I want my view and my tab to be changed to the 5th tab and the corresponding view.
Is it possible to do so?