I want to change the frame of a view while the user is scrolling. I'm checking the contentOffSet of the scroll view in scrollViewDidScroll, and I want to know when the contentOffSet reach a specific value. But I figure out if the user is scrolling faster, that value is skipped.
Do you know a method to track the contentOffSet in a precise way?