我想建立一个导航视图中,用户可以在设置中进入。 一旦设定在3级(导航栏外按下按钮后)完成,我想有导航视图赶回来根。 我怎样才能做到这一点?
Answer 1:
使用[UINavigationController popToRootViewControllerAnimated:animated];
,其中animated
是BOOL。
文章来源: Pop to top of Navigation View Controller
我想建立一个导航视图中,用户可以在设置中进入。 一旦设定在3级(导航栏外按下按钮后)完成,我想有导航视图赶回来根。 我怎样才能做到这一点?
使用[UINavigationController popToRootViewControllerAnimated:animated];
,其中animated
是BOOL。