cocos2d / cocos2d-iphone-extensions

3rd party extensions for cocos2d-iphone
http://www.cocos2d-iphone.org/forum/forum/17
Other
639 stars 240 forks source link

CCScrollLayer moveToPage #82

Closed Jugon closed 12 years ago

Jugon commented 12 years ago

moveToPage call moveToPageEnded twice

psineur commented 12 years ago

Can you provide additional info about this? Where it get's called twice and why?

Jugon commented 12 years ago

My CCScrollLayer have one CCMenu on each layer, the CCMenuItem call a block that call moveToPage:(int)page

in my method delegate

psineur commented 12 years ago

Defect confirmed. Delegate method scrollLayer:scrolledToPageNumber: called twice in CCScrollLayerTest if moved to page with bottom menu.

Moved to 0.2 Labeled Minor Defect.

Thanks!

Jugon commented 12 years ago

ok, thanks to you