cocos2d/cocos2d-iphone-extensions

CCScrollLayer needs scrollLayerScrollingCancelled:

svenresch opened this issue · 0 comments

scrollLayerScrollingStarted: is a very useful method as per the doc...

Called when scroll layer begins scrolling.
Useful to cancel CCTouchDispatcher standardDelegates.

This is great... is used to disable touches and then the user doesn't actually change the scroll page there is no corresponding scrollLayerScrollingCancelled:

Please advise if there is a workaround.

Thx!