Hi Frineds,
I wanted to know how we can find the speed of user's Touch and Swipes. Can some one give a sample for that?
Hi Frineds,
I wanted to know how we can find the speed of user's Touch and Swipes. Can some one give a sample for that?
UIPanGestureRecognizer
has a velocityInView:
method (measured in points per second).