Changed two 'XXX class for cocos2d for iphone'.

This commit is contained in:
Timothy Qiu 2013-08-09 02:16:52 +08:00
parent 3d8d0e40ee
commit 3c394da6a4
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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
{