添加HWPanModal和FLAnimatedImage
This commit is contained in:
16
Pods/HWPanModal/Sources/Category/UIScrollView+Helper.m
generated
Normal file
16
Pods/HWPanModal/Sources/Category/UIScrollView+Helper.m
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// UIScrollView+Helper.m
|
||||
// Pods
|
||||
//
|
||||
// Created by heath wang on 2019/10/15.
|
||||
//
|
||||
|
||||
#import "UIScrollView+Helper.h"
|
||||
|
||||
@implementation UIScrollView (Helper)
|
||||
|
||||
- (BOOL)isScrolling {
|
||||
return (self.isDragging && !self.isDecelerating) || self.isTracking;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user