I can't find a way to detect scroll ending in cocos2d::ui::ScrollView
. Does anyone knows how can I detect it?
Asked
Active
Viewed 522 times
0

s0nerik
- 681
- 2
- 7
- 14
-
for UIScrollView, scrollViewDidEndDecelerating helps to find end of scroll – Guru May 06 '15 at 05:50
2 Answers
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