How to determine when the scrollviewer has ended scrolling?
问题 I need to adjust the scrollviewer to some point after the users has completed scrolling. For that i need to get to listen to when the scrolling has ended. iOS's UIScrollView has some similar methods - (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView that is called when the scrollview - (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView - (void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate I tried ViewChanging and ViewChanged