Which TabBarItem was selected
Hi,
I've been looking for some example ore answer to know what tab bar item is actually selected.
My Project it's a tab bar application project. I have a navigation controller on the first tab bar item which also have a tableview controller, and another navigation controller.
In some point of both navigation controller I have to know which tab is selected.
Here is a pseudo-code of what i want
If(tabbaritem "hola" is selected)
then display this tableviewcontroller
else
display the other tableviewcontroller
Thanks in advanced to anyone who answers me
|