Reputation: 443
how to know when the scrollview is scrolled vertically or horizontally? i wanted to know the direction of UIScrollview.?
please do help,
thanks in advance.
Upvotes: 0
Views: 1329
Reputation: 14063
You should have look into the contentOffset property of the scroll view.
Upvotes: 1