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

系统的边缘滑动返回失效??? #107

Open
BlackBones opened this issue Apr 2, 2018 · 2 comments
Open

系统的边缘滑动返回失效??? #107

BlackBones opened this issue Apr 2, 2018 · 2 comments

Comments

@BlackBones
Copy link

在二级界面中,系统提供的滑动返回失效,怎么解决

@Suzhibin
Copy link

Suzhibin commented Apr 3, 2018

1.自定义返回按钮 会滑动返回失效
2.造成你如果隐藏了系统导航栏
不要用这个方法 [self.navigationController setNavigationBarHidden:YES animated:YES];//此方法会造成 系统滑动返回失效
使用下面的这个方法
self.navigationController.navigationBar.hidden = YES;

@BlackBones
Copy link
Author

thanks,已经解决了

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