0

The scrollView delegate method scrollViewDidEndDecelerating:scrollView is not get called for vertical scrolling(It is working well for horizontal scrolling) I don't know how to make it inform the View controller about the deceleration of vertical scrolling. help me to know if it is possible?

Edit:-I've enabled paging in the scrollView
vignesh kumar
  • 2,310
  • 2
  • 25
  • 39

1 Answers1

0

I don't know what you are doing wrong, but I just verified that it does in fact get sent - run this project from github. I verified the message comes with both directionLock on and off.

David H
  • 40,852
  • 12
  • 92
  • 138
  • Great - I enabled paging in the above project and I still get that message, in both vertical and horizontal directions, flicking the view. I suggest you get it, then see if you can find the right set of options to duplicate your situation. I just cannot make the message not appear. – David H May 02 '13 at 21:25