【发布时间】:2013-12-16 06:48:30
【问题描述】:
我这里有代码
@interface FFRightSidebarController ()
@property (nonatomic, strong) FFActivitiesController *activitiesController;
@property (nonatomic, strong) FFSidebarTableController *dummy2;
@end
所以基本上 RightSidebarController 实例包含一个 activityController 的实例
问题是:
can i get the instance of rightsidebarcontroller from activitiescontroller (getting the instance of an instance):
这基本上就像在这个链接here 中获取 UIView 的视图控制器。
只是在这种情况下,它是 viewController 到 ViewController。
如果不够清楚,请问我..先谢谢..
【问题讨论】:
标签: ios objective-c uiviewcontroller