I want to show effect like scrolling.
In iphone Scrolling, when the user touch fast, then the scroll fast.
And also the user touch slowly , then the scroll slow.
I want to get scroll value and want to input it to my rotate function.
Have you any good idea to implement this?
Need Help.
Best.
I want to show effect like scrolling. In iphone Scrolling, when the user touch
Share
Basically you can use the touchEvents and calculate how far the finger has moved. This will tell you how fast you should scroll.