// // UIScrollView+UITouch.m // YJJ // // Created by Luo yuntao on 2018/7/30. // Copyright © 2019年 YJJ. All rights reserved. // #import "UIScrollView+UITouch.h" @implementation UIScrollView (UITouch) //-(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{ // // 选其一即可 //// [super touchesBegan:touches withEvent:event]; // [[self nextResponder] touchesBegan:touches withEvent:event]; // //} @end