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

CWLateralSlide和RTRootNavigationController结合使用的问题 #125

Open
devcxm opened this issue Mar 26, 2020 · 3 comments
Open

CWLateralSlide和RTRootNavigationController结合使用的问题 #125

devcxm opened this issue Mar 26, 2020 · 3 comments

Comments

@devcxm
Copy link

devcxm commented Mar 26, 2020

首先感谢两个库的作者(@ChavezChen @rickytan)提供这么强大的库,但在项目同时使用这两个库时,发现一个问题(附Demo)

CWLateralSlide&RTRootNavigationController Demo.zip

打开侧滑菜单,然后选择Push到下一个界面,会出现导航栏跳动的问题(vc的view frame变化),如果在主界面push就不会。麻烦两位作者看看,哪个库能针对这个问题做下优化。

@devcxm
Copy link
Author

devcxm commented Mar 26, 2020

如果把

[nav pushViewController:vc animated:NO];

改成YES

[nav pushViewController:vc animated:YES];

导航栏就不会跳动,但是CWLateralSlide动画就不连贯了。

@Bruce-pac
Copy link

@devcxm 可以试试SlideDrawer

@sauchye
Copy link

sauchye commented Aug 10, 2020

[nav pushViewController:vc animated:YES];
这样导航栏也会跳动,麻烦大大们喵喵看 @ChavezChen

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

3 participants