2
« on: March 11, 2015, 11:00:29 PM »
1. How to give the UIScrollView lower "resistance"?
I know there is a setting for momentum, but even when I set it high, the scroll view's momentum is still not smooth.
I want the scroll view to have a little more slide when the finger is release.
Maybe I can do this by apply scrolling the UIScrollView through code after the finger is release?
Is there a way to lower the "resistance" of the scrollView
2. How to only have spring effect on the bottom but not the top?
I am planing to disable spring when the scrollView is above the mid point and enable it when scrollView is below the mid point.
Is this a good solution?
THANKSSS!!!