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
已pod 1.6.5!!!
简单的调用cw_showDefaultDrawerViewController方法,点击空白处返回/侧滑返回,都会直接回到首页。
将#import "UIViewController+CWLateralSlide.h"中的 if (@available(iOS 13.0, *)) { viewController.modalPresentationStyle = UIModalPresentationFullScreen; } 改为UIModalPresentationCustom的话,就会变成白屏。 哎...
The text was updated successfully, but these errors were encountered:
还是iOS13适配的问题
Sorry, something went wrong.
这个问题如何解决呢???
@ThisFriend 可以试试SlideDrawer哦
No branches or pull requests
已pod 1.6.5!!!
简单的调用cw_showDefaultDrawerViewController方法,点击空白处返回/侧滑返回,都会直接回到首页。
将#import "UIViewController+CWLateralSlide.h"中的
if (@available(iOS 13.0, *)) {
viewController.modalPresentationStyle = UIModalPresentationFullScreen;
}
改为UIModalPresentationCustom的话,就会变成白屏。 哎...
The text was updated successfully, but these errors were encountered: