Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
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
GMPhobos
Commits
25889938
Commit
25889938
authored
Jun 19, 2020
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify phobos isfirst 类型
parent
1d044895
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Podfile.lock
Example/Podfile.lock
+2
-2
Phobos.m
GMPhobos/Classes/Phobos.m
+2
-2
UIResponder+PhobosPV.m
GMPhobos/Classes/UIResponder+PhobosPV.m
+1
-1
No files found.
Example/Podfile.lock
View file @
25889938
PODS:
PODS:
- GMCache (1.0.1):
- GMCache (1.0.1):
- TMCache (= 2.1.0)
- TMCache (= 2.1.0)
- GMPhobos (2.
0.7
):
- GMPhobos (2.
1.0
):
- GMCache
- GMCache
- MagicalRecord
- MagicalRecord
- MJExtension
- MJExtension
...
@@ -28,7 +28,7 @@ EXTERNAL SOURCES:
...
@@ -28,7 +28,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMPhobos:
115e2608cdebcccf445bf95766fee25a4b62153d
GMPhobos:
0bfc43167cfeb979fe41d2fa6fa34f6deeb95936
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
...
...
GMPhobos/Classes/Phobos.m
View file @
25889938
...
@@ -137,8 +137,8 @@ static BOOL isGray = NO;
...
@@ -137,8 +137,8 @@ static BOOL isGray = NO;
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
[
_rePhobos
onPVEnd
:
page
];
[
_rePhobos
onPVEnd
:
page
];
[
_oldPhobos
onPVEnd
:
page
];
[
_oldPhobos
onPVEnd
:
page
];
if
(
page
.
isFirst
==
0
)
{
if
(
!
page
.
isFirst
)
{
page
.
isFirst
=
1
;
page
.
isFirst
=
YES
;
}
}
}
}
...
...
GMPhobos/Classes/UIResponder+PhobosPV.m
View file @
25889938
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
-
(
BOOL
)
isFirst
{
-
(
BOOL
)
isFirst
{
NSNumber
*
num
=
objc_getAssociatedObject
(
self
,
_cmd
);
NSNumber
*
num
=
objc_getAssociatedObject
(
self
,
_cmd
);
return
[
num
integer
Value
];
return
[
num
bool
Value
];
}
}
-
(
PhobosUpdatePVBlock
)
updatePVStartBlock
{
-
(
PhobosUpdatePVBlock
)
updatePVStartBlock
{
...
...
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