We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在二级界面中,系统提供的滑动返回失效,怎么解决
The text was updated successfully, but these errors were encountered:
1.自定义返回按钮 会滑动返回失效 2.造成你如果隐藏了系统导航栏 不要用这个方法 [self.navigationController setNavigationBarHidden:YES animated:YES];//此方法会造成 系统滑动返回失效 使用下面的这个方法 self.navigationController.navigationBar.hidden = YES;
Sorry, something went wrong.
thanks,已经解决了
No branches or pull requests
在二级界面中,系统提供的滑动返回失效,怎么解决
The text was updated successfully, but these errors were encountered: