Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saim80/Cocos2D-Extensions

A set of classes to extend Cocos2D Library functionalities
https://github.com/saim80/Cocos2D-Extensions

Last synced: about 1 month ago
JSON representation

A set of classes to extend Cocos2D Library functionalities

Awesome Lists containing this project

README

        

README

Cocos2D-Extensions
Sangwoo Im

Classes:
SWScrollView: UIScrollView counterpart for cocos2d environment
SWTableView: UITableView counterpart for cocos2d environment
SWTableViewCell: Table view cell. override this to present your own cell contents.
SWTableViewSpriteCell: An example to show how to override SWTableViewCell
SWMultiColumnTableView: Multi-column table view
CCNode+Autolayout: Support for layout mechanism which gets triggered automatically.
Cocos2DViewController: Self-contained Cocos2D environment which supports all device orientations. Use the UIViewController way to limit orientation changes.
SWSorting: Sorting extensions to both NSArray and CCArray