从推送控制器访问UINavigationController的最优雅方式

时间:2010-06-30 11:04:35

标签: iphone objective-c software-design

说我有 NavigationController-> Root [表视图控制器子类] 因此,从我的Table View Controller子类的didSelectRowAtIndexPath开始,我必须将另一个视图控制器推送到NavigationController。

访问NavigationController最优雅的方式是什么?我应该在Table View Controller中使用NavigationController的委托吗?如果我有从层次结构级别访问顶级对象的多个任务,这是最好的方法吗?

1 个答案:

答案 0 :(得分:2)

只需使用self.navigationController