views:

16

answers:

0

I have a scrollViewAppDelegate, which is have a method called:

- (void)scrollViewDidScroll:(UIScrollView *)scrollView

How can I detect the vertical scroll only? thank you.