paging in UIScrollView is a great feature, what I need here is to set the paging to a smaller distance, for example I want my UIScrollView to page less size that the UIScrol
The easiest way is to add this code
scrollView.clipsToBounds = false scrollView.removeGestureRecognizer(scrollView.panGestureRecognizer) view.addGestureRecognizer(scrollView.panGestureRecognizer)