Is CCSlider is defined in coco2d
I have to make slider. Is coco2d contains CCSlide开发者_Python百科r class? If not what is the easiest way to make CCSlider?
CCSlider didn't support in original cocos2d library. However, it's a part of cocos2d iPhone extension.
You can get CCSlider from
https://github.com/cocos2d/cocos2d-iphone-extensions/tree/develop/Extensions/CCSlider
精彩评论