Changing UIScrollView Paging Sensitivity
Anyone here happen to know how I might go about making a UIScrollView paging less sensitive?
I am only scrolling left or right, but if I scroll a single pixel in the horizontal direction, the UIScrollView rockets off to the next page. I understand that the paging property stops on multiples of the scrollview's bounds, and that's total开发者_开发问答ly fine. I just don't want this to happen unless it's abundantly clear the user wants to do this.
Can this be done using the native functionality of UIScrollView or will I have to override touch events and code this myself?
Thank you in advance!
精彩评论