File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'MJRefresh'
3- s . version = '3.6.0 '
3+ s . version = '3.6.1 '
44 s . summary = 'An easy way to use pull-to-refresh'
55 s . homepage = 'https://github.com/CoderMJLee/MJRefresh'
66 s . license = 'MIT'
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ UIKIT_EXTERN const CGFloat MJRefreshLabelLeftInset;
3333UIKIT_EXTERN const CGFloat MJRefreshHeaderHeight;
3434UIKIT_EXTERN const CGFloat MJRefreshFooterHeight;
3535UIKIT_EXTERN const CGFloat MJRefreshTrailWidth;
36+ UIKIT_EXTERN const CGFloat MJRefreshFastAnimationDuration;
37+ UIKIT_EXTERN const CGFloat MJRefreshSlowAnimationDuration;
38+
3639
3740UIKIT_EXTERN NSString *const MJRefreshKeyPathContentOffset;
3841UIKIT_EXTERN NSString *const MJRefreshKeyPathContentSize;
Original file line number Diff line number Diff line change 55const CGFloat MJRefreshHeaderHeight = 54.0 ;
66const CGFloat MJRefreshFooterHeight = 44.0 ;
77const CGFloat MJRefreshTrailWidth = 60.0 ;
8+ const CGFloat MJRefreshFastAnimationDuration = 0.25 ;
9+ const CGFloat MJRefreshSlowAnimationDuration = 0.4 ;
10+
811
912NSString *const MJRefreshKeyPathContentOffset = @" contentOffset" ;
1013NSString *const MJRefreshKeyPathContentInset = @" contentInset" ;
You can’t perform that action at this time.
0 commit comments