【发布时间】:2011-03-05 12:54:50
【问题描述】:
我有一个 UITabBarController 我想分配给另一个对象,以便该对象可以控制它:
watchListView.tabBarController = self.stTabBarController;
在此分配期间,self.stTabBarController 和 watchListView.tabBarController 的值都是 0x0。
如何分配 UITabBarController 的?
【问题讨论】:
-
编辑为一个问题,跳了枪。
标签: iphone objective-c cocoa-touch properties uitabbarcontroller