I have started making a game using SpriteBuilder and Xcode, and everything is going fine. But then I wanted to add a stats page in the game, and wanted some kind of scrollview. So i dragged in a CCScrollView (in Spritebuilder). And it scrolls just fine.
Problem is : if i set the size of the scrollview to fill the bottom half of the screen, then when i scroll, the content just goes up the screen. It isn't just scrolling inside the 'box' size I set for the scrollview from the start?
Have read about 'clipsToBounds', but I think its not working with a CCScrollView?
Any suggestions for me? And if i haven't descriped it good enough, fell free to ask :-)