0

I can't find a way to detect scroll ending in cocos2d::ui::ScrollView. Does anyone knows how can I detect it?

s0nerik
  • 681
  • 2
  • 7
  • 14

2 Answers2

1

Add this line and try to run may be its work

scrollView->setBounceEnabled(true );

or

scrollView->setTouchEnabled(true);
amisha.beladiya
  • 363
  • 1
  • 12
0

this is help for you.using cocos2d v3.8.1

http://discuss.cocos2d-x.org/uploads/default/11533/88a6e9c35c275361.zip

himanshu kalal
  • 206
  • 1
  • 10