views:

14

answers:

1

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?

A: 

Ok, I got the answer. Sorry for not searching thoroughly.

wolverine