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 when setContentOffset:animated: is used.
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 when setContentOffset:animated: is used.