Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saim80/Cocos2D-Extensions
- Owner: saim80
- Created: 2011-06-12T15:02:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-12T21:26:34.000Z (over 13 years ago)
- Last Synced: 2023-04-10T01:14:52.624Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 717 KB
- Stars: 49
- Watchers: 12
- Forks: 26
- Open Issues: 10
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - Cocos2D-Extensions - A set of classes to extend Cocos2D Library functionalities (etc)
- awesome - Cocos2D-Extensions - A set of classes to extend Cocos2D Library functionalities (etc)
README
README
Cocos2D-Extensions
Sangwoo ImClasses:
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