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.