UIScrollView: best offer for contentOffset in scrollViewDidScroll:

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:

enter image description here

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

+5
source share

All Articles