0

我有一个UIViewControllerA 打开一个模态弹出对话框 B 通过performSegueWithIdentifier.

当模态窗口 B 关闭(或按下按钮)时,我想在第一个视图控制器 A 上调用一个函数。

我可以使用哪个自定义点来处理模态窗口 B 的关闭?

提前致谢!

4

1 回答 1

0

就我个人而言,我经常将 NSNotifications 用于此类事情。

http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSNotification_Class/

于 2012-12-13T16:40:36.873 回答