修复退出房间的时候键盘无法收回的问题

This commit is contained in:
fengshuo
2022-08-24 17:04:58 +08:00
parent d026374439
commit cbf882c89f
7 changed files with 24 additions and 8 deletions

View File

@@ -149,8 +149,8 @@
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer {
///666
if (otherGestureRecognizer.view.tag == 666) {
///666 8888view
if (otherGestureRecognizer.view.tag == 666 || otherGestureRecognizer.view.tag == 8888) {
self.scrollEnabled = NO;
return NO;
}