Newer
Older
XinYang_IOS / YH_Category / UIScrollView+UITouch.m
@zhangfeng zhangfeng on 7 Dec 450 bytes 1.8.0
//
//  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