how to forward message from UITabBarController to another controller?
- by RAGOpoR
it cause from i insert UIViewController to subview of UITabBarController.
once i want to set UIViewController shouldAutorotateToInterfaceOrientation and it not possible because it will call only in UITabBarController.
how can i forward message from UITabBarController to call shouldAutorotateToInterfaceOrientation of each UIViewController instead of call UITabBarController only?