porumbes / Cocos2D-Extensions

A set of classes to extend Cocos2D Library functionalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A set of classes to extend Cocos2D Library functionalities


Languages

Language:Objective-C 87.8%Language:C 12.2%