Commit 96632251e19ed468e00a5f2acc1508eaead8ff62
1 parent
2e2d2f34
no message
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HomePage/Controller/AuthMainController/CNMetaCodeHomePageController.swift
| @@ -510,7 +510,7 @@ class CNMetaCodeHomePageController:CNLiveBaseViewController, NewPagedFlowViewDel | @@ -510,7 +510,7 @@ class CNMetaCodeHomePageController:CNLiveBaseViewController, NewPagedFlowViewDel | ||
| 510 | self.backgroupView.top = -fabsOffset*3 | 510 | self.backgroupView.top = -fabsOffset*3 |
| 511 | } | 511 | } |
| 512 | func customIndexViewDidEndDragging(scrollView: UIScrollView, decelerate: Bool) { | 512 | func customIndexViewDidEndDragging(scrollView: UIScrollView, decelerate: Bool) { |
| 513 | - print("EndDragging\(scrollView.contentOffset.y)") | 513 | +// print("EndDragging\(scrollView.contentOffset.y)") |
| 514 | if decelerate == false{ | 514 | if decelerate == false{ |
| 515 | //慢拖动时处理 | 515 | //慢拖动时处理 |
| 516 | if scrollView.contentOffset.y > 0 && scrollView.contentOffset.y < KSreenHeight/2{ | 516 | if scrollView.contentOffset.y > 0 && scrollView.contentOffset.y < KSreenHeight/2{ |