Wang Lu

Results 3 comments of Wang Lu

我已经自己修复了,在2170行代码处方法加了个判断 - (void)tapOverlayView { SPAlertController *alertController = (SPAlertController *)self.presentedViewController; if (alertController.tapBackgroundViewDismiss) {//修复BUG [alertController dismissViewControllerAnimated:YES completion:^{}]; } }

没办法那时候,急修复我只好花时间研究下你的代码,我刚才看了和你修复的方式是一样的,哈哈