更新Banner区域手势系统,新增区域化手势识别,优化用户交互体验;调整Banner高度,确保适配性;移除冗余代码,提升代码整洁性和可维护性;更新相关文档以支持新手势系统的集成和使用。
This commit is contained in:
@@ -362,7 +362,8 @@
|
||||
if ([self.goButton pointInside:goButtonPoint withEvent:event]) {
|
||||
return self.goButton;
|
||||
}
|
||||
return nil;
|
||||
// 其他区域返回self,允许触摸事件被处理(包括手势识别器)
|
||||
return self;
|
||||
}
|
||||
|
||||
@end
|
||||
|
Reference in New Issue
Block a user