【发布时间】:2015-05-21 07:35:42
【问题描述】:
我想在情节提要中从childviewContoller 弹出到parentviewController,而无需使用帮助segue 在文件中编写任何代码。
提前致谢。
【问题讨论】:
-
什么是
childviewContoller和parentviewController?是在UINavigationController中吗?还是模态的?听起来您希望在不编写代码的情况下创建应用程序 -
快速或客观 c?
-
你应该实现 unwind Segue concept ,只需要在你的父视图控制器中添加一个空方法。
-
当我尝试实现
unwindsegue时不调用viewcontroller.m文件的segue方法
标签: ios objective-c uinavigationcontroller segue popviewcontroller