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

iOS13,调用抽屉效果后返回,无论哪一层都会回到首页。 #121

Open
ThisFriend opened this issue Nov 12, 2019 · 3 comments

Comments

@ThisFriend
Copy link

已pod 1.6.5!!!

简单的调用cw_showDefaultDrawerViewController方法,点击空白处返回/侧滑返回,都会直接回到首页。

将#import "UIViewController+CWLateralSlide.h"中的
if (@available(iOS 13.0, *)) {
viewController.modalPresentationStyle = UIModalPresentationFullScreen;
}
改为UIModalPresentationCustom的话,就会变成白屏。 哎...

@guo47
Copy link

guo47 commented Nov 19, 2019

还是iOS13适配的问题

@ThisFriend
Copy link
Author

这个问题如何解决呢???

@Bruce-pac
Copy link

@ThisFriend 可以试试SlideDrawer

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