Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何pop到指定页面, #46

Closed
HobaoKing opened this issue Feb 17, 2017 · 1 comment
Closed

如何pop到指定页面, #46

HobaoKing opened this issue Feb 17, 2017 · 1 comment

Comments

@HobaoKing
Copy link

如何pop到指定页面,
A - push -B
B - Push -C
C- Push - D

D 物理按钮怎么pop到A
D 返回按钮还需要支持pop到C

@rickytan
Copy link
Owner

rickytan commented Feb 20, 2017

像普通 UINavigationController 一样

[self.navigationController popToViewController:vcA
                                      animated:animated];

@rickytan rickytan closed this as completed Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants