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
首先感谢两个库的作者(@ChavezChen @rickytan)提供这么强大的库,但在项目同时使用这两个库时,发现一个问题(附Demo)
CWLateralSlide&RTRootNavigationController Demo.zip
打开侧滑菜单,然后选择Push到下一个界面,会出现导航栏跳动的问题(vc的view frame变化),如果在主界面push就不会。麻烦两位作者看看,哪个库能针对这个问题做下优化。
Push到下一个界面
The text was updated successfully, but these errors were encountered:
如果把
CWLateralSlide/CWLateralSlide/UIViewController+CWLateralSlide.m
Line 101 in fdf8f70
改成YES
YES
[nav pushViewController:vc animated:YES];
导航栏就不会跳动,但是CWLateralSlide动画就不连贯了。
Sorry, something went wrong.
@devcxm 可以试试SlideDrawer哦
[nav pushViewController:vc animated:YES]; 这样导航栏也会跳动,麻烦大大们喵喵看 @ChavezChen
No branches or pull requests
首先感谢两个库的作者(@ChavezChen @rickytan)提供这么强大的库,但在项目同时使用这两个库时,发现一个问题(附Demo)
CWLateralSlide&RTRootNavigationController Demo.zip
打开侧滑菜单,然后选择
Push到下一个界面
,会出现导航栏跳动的问题(vc的view frame变化),如果在主界面push就不会。麻烦两位作者看看,哪个库能针对这个问题做下优化。The text was updated successfully, but these errors were encountered: