Open shookHead opened 4 years ago
感谢反馈,我找时间看下
想问下,我那个Demo工程可以复现问题吗?方便的话,能提供复现代码给我吗
你好,我已发送到你的邮箱,非常感谢。
- (void)ci_presentViewController:(UIViewController *)viewControllerToPresent animated:(BOOL)flag completion:(void (^)(void))completion {
if (@available(iOS 13.0, *)) {
if (viewControllerToPresent.modalPresentationStyle == UIImageRenderingModeAutomatic)
{
viewControllerToPresent.modalPresentationStyle = UIModalPresentationFullScreen;
}
}
[self ci_presentViewController:viewControllerToPresent animated:flag completion:completion];
}
最近每天都太忙了,耽搁了很长时间,抱歉抱歉
当点击图片消失的时候会出现白色的背景,然后闪一下在消失