开发者社区 问答 正文

如何获取UINavigationController的引用?

有UINavigationController A, A 的 rootViewController为 B, B中按钮点击push到UIViewController C。 (通过IB实现)
现在我想在C中获取A的引用,以便我在C中push到另外一个UIViewController D(通过代码实现), 要怎么做?

展开
收起
a123456678 2016-07-27 16:10:39 1975 分享 版权
1 条回答
写回答
取消 提交回答
  • C.navigationController

    2019-07-17 20:00:46
    赞同 展开评论
问答地址: