We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df57555 commit 0f51a4fCopy full SHA for 0f51a4f
RDImageViewerController/Classes/PagingView.swift
@@ -208,7 +208,6 @@ extension PagingView : UIScrollViewDelegate
208
var position: CGFloat
209
if direction.isHorizontal() {
210
position = scrollView.contentOffset.x / scrollView.frame.width
211
- print(position)
212
let to = Int(position + 0.5)
213
if previousIndex != to {
214
pagingDelegate.pagingView?(pagingView: self, willChangeIndexTo: to)
0 commit comments