Commit e71ebdb9 authored by luyueming's avatar luyueming

删除曝光,只在这个版本的使用,以后的版本都会加上

parent 56b7b20f
......@@ -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
......
......@@ -49,6 +49,6 @@ SPEC CHECKSUMS:
MJRefresh: 53e3e3219f204425ee6d3e62e8733d3295944cd6
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: 8b9684fc3a072f6c887261f986fdc3fb5e518d05
PODFILE CHECKSUM: 3bb388bc9c1a63689947d21bc4175bf6d8906093
COCOAPODS: 1.9.2
......@@ -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;
......
......@@ -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]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment