Pavan
Pavan

Reputation: 443

scroll direction in UIScrollView?

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

Answers (1)

dasdom
dasdom

Reputation: 14063

You should have look into the contentOffset property of the scroll view.

Upvotes: 1

Related Questions