I have a TabBarController with 4 viewControllers - one of them is called FlashController.
From within the FlashController.m code, how do I switch to one of the other controllers in myTabBarController? Is there a way to access FlashController's container or parent?
The TabBarController is not referenced anywhere in the FlashController.m code.