Q: Detect if UIScrollView is scrolling
(7 votes, 2 answers)
I'm looking to detect if (not when) a UIScrollView is scrolling. i.e. BOOL isScrolling = myscrollview.scrolling; How would I go about implementing this? .dragging and .decelerating do not apply wh …
ios asked Dec 10 '12 by Jonny