Is CCListView removed in v2.02?

I can’t find this file in the new directory of extensions.

I also want to know this, someone know about this?

removed, if you want ,you can copy it from 2.0.1

The changelog doesn’t seem to have included that change.

Sorry for not mentioning this change in CHANGELOG file. Yes, CCListView was removed in v2.0.2. Since it was the extras of CCTextureWatcher which is not very useful, users can use ‘gDEBugger’ tool to find out Texture information easily. What’s more, CCListView was not related to CCScrollView. In this PR (https://github.com/cocos2d/cocos2d-x/pull/1297), we added ‘CCTableView’ to replace CCListView. About how to use it, you may refer to ‘ExtensionTest/TableViewTest’. Thanks. :slight_smile:

James Chen wrote:

Sorry for not mentioning this change in CHANGELOG file. Yes, CCListView was removed in v2.0.2. Since it was the extras of CCTextureWatcher which is not very useful, users can use ‘gDEBugger’ tool to find out Texture information easily. What’s more, CCListView was not related to CCScrollView. In this PR (https://github.com/cocos2d/cocos2d-x/pull/1297), we added ‘CCTableView’ to replace CCListView. About how to use it, you may refer to ‘ExtensionTest/TableViewTest’. Thanks. :slight_smile:

could you tell us why added ‘CCTableView’ to replace CCListView , is it more powerful or anything else? maybe ,you can just show some images.