In case I have 4 items in Tabar.
When open app, default is in TabBarItem[0] - ViewControllerRoot I push from ViewControllerRoot into ViewController A. From ViewController A, I switch to TabBarItem[3] - contain ViewController B.
The question is: How can I get name of ViewController A when I switch to TabBarItem[3]?
Thank you so much.