I am trying to implement something based on UIScrollView delegates, scrollViewDidScroll: in particular. So I read scrollView.contentOffset in the delegate method, and it works fine until I start scrolling faster, then contentOffset just skips up to 50 points in Y coordinate:

Does anyone know how to get the best accuracy on contentOffset ?
source share