【发布时间】:2015-02-06 03:18:07
【问题描述】:
我想知道我们如何从弹出的 ViewController 传回数据
FirstViewController -----push----> SecondViewController
SecondViewController -----popped(Pass Value?) ----> FirstViewController
我四处搜索并找到了许多要求使用委托的解决方案,但这些都是我不熟悉的 Objective C 中的。
我们如何在 Swift 中做到这一点?
谢谢
【问题讨论】:
-
链接到您找到的 Obj-C 解决方案?