I want to detect when user is scrolling a UIScrollView. scrollViewDidScroll is called when that happens, but it's called also in another time - when the user scrolls the view out of bounds, and then releases, the view jump back to it's place - and the method is called even though the user doesn't touch the screen at all (the view is scrolled by itself).
how can I detect scrolling and user touch together?