If I have a UIScrollView
and move it around to a specific location, is there any way to get that position it has moved too?
Check UIScrollView's contentOffset property:
contentOffset - The point at which the origin of the content view is offset from the origin of the scroll view.
By implementing and setting UIScrollView's delegate you can also handle numerous scrolling/zooming events in UIScrollView.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With