-1

需要从 tabBarViewController 共享属性到子控制器(项目)属性必须在子控制器的帮助下更改

所有课程都是定制的。

我的 UITabBarController 类的示例接口

@interface TabBarVC:UITabBarController

@property (retain, nonatomic) NSString *someProperty;

@结尾

子视图控制器接口

@interface FirstViewController : UIViewController

@结尾

寻求帮助!

4

1 回答 1

0

They can't necessarily share the same property, but they can both have properties that point to the same object.

于 2013-06-27T21:20:17.167 回答