I have a scrollViewAppDelegate, which is have a method called:
- (void)scrollViewDidScroll:(UIScrollView *)scrollView
How can I detect the vertical scroll only? thank you.
I have a scrollViewAppDelegate, which is have a method called:
- (void)scrollViewDidScroll:(UIScrollView *)scrollView
How can I detect the vertical scroll only? thank you.