使用cocos2dx 3.9
var tableView = new cc.TableView(this, cc.size(600, 60));
使用方法和testjs中一致。
但运行的时候报一下问题,今天刚接触cocos js,大神们赐教
Uncaught TypeError: cc.TableView is not a function
使用cocos2dx 3.9
var tableView = new cc.TableView(this, cc.size(600, 60));
使用方法和testjs中一致。
但运行的时候报一下问题,今天刚接触cocos js,大神们赐教
Uncaught TypeError: cc.TableView is not a function