About UIScrollView:
I want to check if user is dragging the scroll view or not,
but there are no public function or variable to let me to get the status at UIScrollView.
Then I have changed the UIScrollView class, set the mDragStarted to be public.
And set it to be true when user dragging or finished drag, set it to be false when user starting drag.
But I found a bug. The second last object cant be dragged if i set the mDragStarted to be true at the beginning.
I hope that I can have a public member function or variable to get the status of scroll view in the future.
Thanks so much