so I have a scrollView and an image inside? My problem is that when I scroll down the scroll view my image doesn’t go to the same speed of my finger. What I would like is that this image goes to the same speed of my finger, thus my finger center is the image center . How can I do this please, sorry for my english I’m french /
Share
You want to setup a delegate for the
UIScrollViewand update the image position in this method: