Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMRefresh
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
GMRefresh
Commits
e71ebdb9
Commit
e71ebdb9
authored
May 29, 2020
by
luyueming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除曝光,只在这个版本的使用,以后的版本都会加上
parent
56b7b20f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Podfile
Example/Podfile
+1
-1
Podfile.lock
Example/Podfile.lock
+1
-1
GMRefreshFooter.m
GMRefresh/Classes/GMRefreshFooter.m
+1
-1
GMRefreshHeader.m
GMRefresh/Classes/GMRefreshHeader.m
+2
-2
No files found.
Example/Podfile
View file @
e71ebdb9
...
...
@@ -8,7 +8,7 @@ platform :ios, '8.0'
target
'GMRefresh_Example'
do
pod
'GMRefresh'
,
:path
=>
'../'
pod
'GMPhobos'
,
:git
=>
'git@git.wanmeizhensuo.com:gengmeiios/GMPhobos.git'
,
:commit
=>
'ed064ed2'
#
pod 'GMPhobos', :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMPhobos.git', :commit => 'ed064ed2'
target
'GMRefresh_Tests'
do
inherit!
:search_paths
...
...
Example/Podfile.lock
View file @
e71ebdb9
...
...
@@ -49,6 +49,6 @@ SPEC CHECKSUMS:
MJRefresh: 53e3e3219f204425ee6d3e62e8733d3295944cd6
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM:
8b9684fc3a072f6c887261f986fdc3fb5e518d05
PODFILE CHECKSUM:
3bb388bc9c1a63689947d21bc4175bf6d8906093
COCOAPODS: 1.9.2
GMRefresh/Classes/GMRefreshFooter.m
View file @
e71ebdb9
...
...
@@ -37,7 +37,7 @@
-
(
void
)
executeRefreshingCallback
{
// 上拉数据时,页面上拉次数++
self
.
pageCtrl
.
up_loading_times
++
;
//
self.pageCtrl.up_loading_times++;
dispatch_async
(
dispatch_get_main_queue
(),
^
{
MJRefreshHeader
*
header
=
_scrollView
.
mj_header
;
...
...
GMRefresh/Classes/GMRefreshHeader.m
View file @
e71ebdb9
...
...
@@ -99,8 +99,8 @@
-
(
void
)
executeRefreshingCallback
{
// 下拉加载时,页面下拉次数++,同时将当前数据进行上报
self
.
pageCtrl
.
down_loading_times
++
;
[[
GMExposureManager
sharedManager
]
endExpoTrcakerForPageCtrl
:
self
.
pageCtrl
];
//
self.pageCtrl.down_loading_times++;
//
[[GMExposureManager sharedManager] endExpoTrcakerForPageCtrl:self.pageCtrl];
dispatch_async
(
dispatch_get_main_queue
(),
^
{
MJRefreshFooter
*
footer
=
_scrollView
.
mj_footer
;
if
(
footer
&&
[
footer
isRefreshing
])
{
...
...
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