本文介绍了如何在iPhone / iPad中关闭一个pushViewController?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个按钮来从一个pushViewController关闭子视图控制器。

I need to make a button to dismiss the child view controller from a pushViewController. The action is exactly like the left (back) button on the top navigation bar.

如何关闭 pushViewController ?我应该使用哪种方法?

How can I dismiss a pushViewController? Which method should I use ?

谢谢。

推荐答案

UINavigationController popViewControllerAnimated:方法应该这样做。

这篇关于如何在iPhone / iPad中关闭一个pushViewController?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 14:16