使用 presentModalViewController 弹出来得时模式窗口如果[A presentModalViewController:B animated:YES];那么触发关闭事件的一般是在 B里面。除非使用后台线程计时器关闭(不实用)B 里面可以 通过 [self dismissModalViewControllerAnimated:YES]; 实现还可以通过发 消息给A,通知A关闭B还可以通过委托实现祝你愉快,满意请采纳哦