3

Is there a way to find the x and y position of the side scroll bar and track it as it moves?

KevinM
  • 1,799
  • 4
  • 28
  • 58

1 Answers1

1

You can try taking the position of the scroll from the contentOffset property. But it doen't respond to scroll view delegates methods.

damacri86
  • 295
  • 3
  • 13