File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'MJRefresh'
3
- s . version = '3.6.0 '
3
+ s . version = '3.6.1 '
4
4
s . summary = 'An easy way to use pull-to-refresh'
5
5
s . homepage = 'https://github.com/CoderMJLee/MJRefresh'
6
6
s . license = 'MIT'
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ UIKIT_EXTERN const CGFloat MJRefreshLabelLeftInset;
33
33
UIKIT_EXTERN const CGFloat MJRefreshHeaderHeight;
34
34
UIKIT_EXTERN const CGFloat MJRefreshFooterHeight;
35
35
UIKIT_EXTERN const CGFloat MJRefreshTrailWidth;
36
+ UIKIT_EXTERN const CGFloat MJRefreshFastAnimationDuration;
37
+ UIKIT_EXTERN const CGFloat MJRefreshSlowAnimationDuration;
38
+
36
39
37
40
UIKIT_EXTERN NSString *const MJRefreshKeyPathContentOffset;
38
41
UIKIT_EXTERN NSString *const MJRefreshKeyPathContentSize;
Original file line number Diff line number Diff line change 5
5
const CGFloat MJRefreshHeaderHeight = 54.0 ;
6
6
const CGFloat MJRefreshFooterHeight = 44.0 ;
7
7
const CGFloat MJRefreshTrailWidth = 60.0 ;
8
+ const CGFloat MJRefreshFastAnimationDuration = 0.25 ;
9
+ const CGFloat MJRefreshSlowAnimationDuration = 0.4 ;
10
+
8
11
9
12
NSString *const MJRefreshKeyPathContentOffset = @" contentOffset" ;
10
13
NSString *const MJRefreshKeyPathContentInset = @" contentInset" ;
You can’t perform that action at this time.
0 commit comments