how to forward message from UITabBarController to another controller?

Posted by RAGOpoR on Stack Overflow See other posts from Stack Overflow or by RAGOpoR
Published on 2010-03-23T02:58:32Z Indexed on 2010/03/23 3:01 UTC
Read the original article Hit count: 177

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitabbarcontroller