Declared in CCScrollLayer.h

Tasks

Instance Methods

scrollLayer:scrolledToPageNumber:

Called at the end of moveToPage: Doesn’t get called in selectPage:

- (void)scrollLayer:(CCScrollLayer *)sender scrolledToPageNumber:(int)page

Declared In

CCScrollLayer.h

scrollLayerScrollingStarted:

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

- (void)scrollLayerScrollingStarted:(CCScrollLayer *)sender

Declared In

CCScrollLayer.h