2019年7月5日 | Leave a comment 问题: 从 A -segue-> B , 然后 B –unwind segue–> A 怎么做? 解决: 在A Controller 创建一个空方法 @IBAction func unwindToA(sender: UIStoryboardSegue){} 1 @IBAction func unwindToA(sender: UIStoryboardSegue){} 选择 B 中某按钮之类的 Ctrl+Drag 到 B Controller Exit Icon 选择 unwindToA 参考: https://developer.apple.com/library/archive/featuredarticles/ViewControllerPGforiPhoneOS/UsingSegues.html https://developer.apple.com/library/archive/technotes/tn2298/_index.html#//apple_ref/doc/uid/DTS40013591-CH1-TNTAG2