I currently have a UIView holding a UIScrollView.
I would like to change the container view to be a cocos2d scene holding a CCLayer.
Is it possible to just add the UIScrollView to the CCLayer? I have researched around regarding using a UIScrollView in cocos2d and it seems to be a problem.
What is the correct way to get a scrollview running inside a CCLayer, or rather to get a UIScrollview to control the scrolling of the CCLayer content, still keeping the CCLayer responsive to touch events?