mirror of https://github.com/axmolengine/axmol.git
Changed two 'XXX class for cocos2d for iphone'.
This commit is contained in:
parent
3d8d0e40ee
commit
3c394da6a4
|
@ -48,7 +48,7 @@ public:
|
|||
|
||||
|
||||
/**
|
||||
* ScrollView support for cocos2d for iphone.
|
||||
* ScrollView support for cocos2d-x.
|
||||
* It provides scroll view functionalities to cocos2d projects natively.
|
||||
*/
|
||||
class ScrollView : public Layer
|
||||
|
|
|
@ -124,10 +124,9 @@ public:
|
|||
|
||||
|
||||
/**
|
||||
* UITableView counterpart for cocos2d for iphone.
|
||||
*
|
||||
* this is a very basic, minimal implementation to bring UITableView-like component into cocos2d world.
|
||||
* UITableView support for cocos2d-x.
|
||||
*
|
||||
* This is a very basic, minimal implementation to bring UITableView-like component into cocos2d world.
|
||||
*/
|
||||
class TableView : public ScrollView, public ScrollViewDelegate
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue