I have a UITabBarController that I would like to assign to another object, so that that object can control it:
watchListView.tabBarController = self.stTabBarController;
During this assignment the value of both self.stTabBarController
and watchListView.tabBarController
are 0x0.
How can I assign the UITabBarController's?