流行到导航视图控制器的顶部(Pop to top of Navigation View Contro

2019-10-21 03:33发布

我想建立一个导航视图中,用户可以在设置中进入。 一旦设定在3级(导航栏外按下按钮后)完成,我想有导航视图赶回来根。 我怎样才能做到这一点?

Answer 1:

使用[UINavigationController popToRootViewControllerAnimated:animated]; ,其中animated是BOOL。



文章来源: Pop to top of Navigation View Controller