开发者

Go to very beginning of UINavigationController after going some pages deep

开发者 https://www.devze.com 2022-12-21 07:29 出处:网络
I want to go to the very beginning 开发者_JAVA百科of the UINavigationController after going deep several pages.If I try the following code, it will only go back one view.

I want to go to the very beginning 开发者_JAVA百科of the UINavigationController after going deep several pages. If I try the following code, it will only go back one view.

[self.navigationController popViewControllerAnimated:YES];

I want to do this action on a "cancel" button placed on the top right.


[self.navigationController popToRootViewControllerAnimated:YES];
0

精彩评论

暂无评论...
验证码 换一张
取 消