IOS how to find screen position of side scrollbar in tableView

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

+3


source to share


1 answer


You can try taking the scroll position from the contentOffset property. But it doesn't respond to scrolling delegate methods.



+1


source







All Articles