Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOSThirdRepo
MJRefresh
Commits
1a0ec93d
Commit
1a0ec93d
authored
10 years ago
by
MJLee
Browse files
Options
Download
Email Patches
Plain Diff
Fix alpha problem
Fix alpha problem
parent
56d60959
master
add-support-for-swiftPM
enhancement/deprecated-method-replacement
enhancement/support-attributed-text-width-calculation-for-UILabel
example/add-WKWebview-example
fix/Change-the-trigger-method-in-AutoFooter
fix/lastUpdatedTimeText-param-attributes-should-be-nullable
fix/solve-the-mess-between-default-animation-and-UIViewAnimation-in-UICollectionView-
fix/state-of-autoFooter-is-not-correct-when-scrollView_s-pageEnabled
revert/UIViewAnimation
v3.3.1
3.4.1
3.4.0
3.3.1
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.17
3.1.16
3.1.15.7
3.1.15.6
3.1.15.5
3.1.15.4
3.1.15.3
3.1.15.2
3.1.15.1
3.1.15
3.1.14.1
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.5.0
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
MJRefresh/Base/MJRefreshComponent.m
+1
-1
MJRefresh/Base/MJRefreshComponent.m
MJRefreshExample/MJRefreshExample.xcodeproj/project.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
.../xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate
MJRefreshExample/MJRefreshExample/Base.lproj/Main.storyboard
+2
-2
MJRefreshExample/MJRefreshExample/Base.lproj/Main.storyboard
MJRefreshExample/MJRefreshExample/Classes/MJSingleViewController.m
+0
-1
...Example/MJRefreshExample/Classes/MJSingleViewController.m
with
3 additions
and
4 deletions
+3
-4
MJRefresh/Base/MJRefreshComponent.m
+
1
-
1
View file @
1a0ec93d
...
...
@@ -112,7 +112,7 @@
}
// 看不见
if
(
self
.
hidden
||
self
.
alpha
<=
0
.
01
)
return
;
if
(
self
.
hidden
)
return
;
if
([
keyPath
isEqualToString
:
MJRefreshKeyPathContentOffset
])
{
[
self
scrollViewContentOffsetDidChange
:
change
];
}
else
if
([
keyPath
isEqualToString
:
MJRefreshKeyPathPanState
])
{
...
...
This diff is collapsed.
Click to expand it.
MJRefreshExample/MJRefreshExample.xcodeproj/project.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate
+
0
-
0
View file @
1a0ec93d
No preview for this file type
This diff is collapsed.
Click to expand it.
MJRefreshExample/MJRefreshExample/Base.lproj/Main.storyboard
+
2
-
2
View file @
1a0ec93d
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB"
version=
"3.0"
toolsVersion=
"
8121.17
"
systemVersion=
"14
E33b
"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
useAutolayout=
"YES"
useTraitCollections=
"YES"
initialViewController=
"06B-cM-i4B"
>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB"
version=
"3.0"
toolsVersion=
"
7703
"
systemVersion=
"14
F25a
"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
useAutolayout=
"YES"
useTraitCollections=
"YES"
initialViewController=
"06B-cM-i4B"
>
<dependencies>
<deployment
identifier=
"iOS"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"
8101.14
"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"
6711
"
/>
</dependencies>
<scenes>
<!--Tab Bar Controller-->
...
...
This diff is collapsed.
Click to expand it.
MJRefreshExample/MJRefreshExample/Classes/MJSingleViewController.m
+
0
-
1
View file @
1a0ec93d
...
...
@@ -40,7 +40,6 @@
[
tableView
.
footer
endRefreshing
];
});
}];
tableView
.
footer
.
automaticallyChangeAlpha
=
YES
;
}
-
(
NSInteger
)
tableView
:(
nonnull
UITableView
*
)
tableView
numberOfRowsInSection
:(
NSInteger
)
section
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets