Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
0e4d0021
Commit
0e4d0021
authored
Oct 12, 2016
by
翟国钧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c722a15c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
8 deletions
+9
-8
.gitignore
.gitignore
+1
-1
Podfile.lock
Example/Podfile.lock
+2
-2
GMRefreshHeader.m
Example/Pods/GMRefresh/GMRefresh/Classes/GMRefreshHeader.m
+2
-1
Manifest.lock
Example/Pods/Manifest.lock
+2
-2
Info.plist
Example/Pods/Target Support Files/GMRefresh/Info.plist
+1
-1
ResourceBundle-GMRefresh-Info.plist
...pport Files/GMRefresh/ResourceBundle-GMRefresh-Info.plist
+1
-1
No files found.
.gitignore
View file @
0e4d0021
...
...
@@ -18,7 +18,7 @@ profile
DerivedData
*.hmap
*.ipa
Example/Podfile.lock
# Bundler
.bundle
...
...
Example/Podfile.lock
View file @
0e4d0021
...
...
@@ -28,7 +28,7 @@ PODS:
- AFNetworking (= 3.1.0)
- GMPhobos (0.2.12):
- GMCache (~> 0.1.0)
- GMRefresh (0.1.
3
):
- GMRefresh (0.1.
4
):
- MJRefresh (~> 3.1.0)
- JSONModel (1.2.0)
- Masonry (1.0.1)
...
...
@@ -50,7 +50,7 @@ SPEC CHECKSUMS:
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: b3b192ddedfb35c580abc8843545889aba9eb7e7
GMRefresh:
a37fb054e758805ec2a6f9b632cf3dc861bb3cf9
GMRefresh:
8d6ef25dbd38c2687fee713cc520012d47c7261e
JSONModel: 12523685c4b623553ccf844bbbf7007624317b2c
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
...
...
Example/Pods/GMRefresh/GMRefresh/Classes/GMRefreshHeader.m
View file @
0e4d0021
...
...
@@ -76,9 +76,10 @@
// pullingPercent 超过 1 时,位置固定
self
.
gifView
.
hidden
=
NO
;
CGFloat
translation
=
self
.
mj_h
*
1
/
2
;
CGFloat
scale
=
MIN
(
1
.
0
,
pullingPercent
);
_prepareImageView
.
transform
=
CGAffineTransformMakeTranslation
(
0
,
-
translation
);
_prepareImageView
.
transform
=
CGAffineTransformScale
(
_prepareImageView
.
transform
,
pullingPercent
,
pullingPercent
);
_prepareImageView
.
transform
=
CGAffineTransformScale
(
_prepareImageView
.
transform
,
scale
,
scale
);
}
}
}
...
...
Example/Pods/Manifest.lock
View file @
0e4d0021
...
...
@@ -28,7 +28,7 @@ PODS:
- AFNetworking (= 3.1.0)
- GMPhobos (0.2.12):
- GMCache (~> 0.1.0)
- GMRefresh (0.1.
3
):
- GMRefresh (0.1.
4
):
- MJRefresh (~> 3.1.0)
- JSONModel (1.2.0)
- Masonry (1.0.1)
...
...
@@ -50,7 +50,7 @@ SPEC CHECKSUMS:
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: b3b192ddedfb35c580abc8843545889aba9eb7e7
GMRefresh:
a37fb054e758805ec2a6f9b632cf3dc861bb3cf9
GMRefresh:
8d6ef25dbd38c2687fee713cc520012d47c7261e
JSONModel: 12523685c4b623553ccf844bbbf7007624317b2c
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
...
...
Example/Pods/Target Support Files/GMRefresh/Info.plist
View file @
0e4d0021
...
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
0.1.
3
<
/string
>
<
string
>
0.1.
4
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
Example/Pods/Target Support Files/GMRefresh/ResourceBundle-GMRefresh-Info.plist
View file @
0e4d0021
...
...
@@ -13,7 +13,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
BNDL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
0.1.
3
<
/string
>
<
string
>
0.1.
4
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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