【发布时间】:2013-03-03 00:17:08
【问题描述】:
我有两个 UIViewControllers A 和 B。
[self presentViewController:B animated:YES completion:nil];
在我调用dismissViewController: 之后,我需要能够调用父 ViewController 中已呈现 B ViewControllerller 的某些方法。我以为 -viewWillAppear 方法会被调用,但在关闭后它不起作用。
【问题讨论】:
-
它们都在导航控制器中吗?
标签: ios