I have 2 seperate navigationcontrollers
, one with RootViewController
A and the other with RootViewController
B.
I am able to push ViewController
C onto either A or B's navigation stack.
Question: When I am in ViewController
C, how can I find out if I am in the stack belonging to A or B?