Hi,
I have coded most of my stuff using Core Animation, but it became too slow for the animations I was doing. I have some views in an UIScrollView with horizontal paging enabled. I would like to do the same thing in cocos2d.
Previously I have 2 views that I used to switch between them when the user scrolls. What is the best way to do it in cocos2d but still give the same experience as UIScrollView? Possibly with bounce at the edge as well.