Problem with TableView in cocos2d-js v3.6.1

After update from cocos2d-js v3.2.0 to v3.6.1 i got some problems with TableView on iOS 7.x.x/iOS 8.x.x, android works well. (xCode 7)
When i try to set delegate:
tableView.setDelegate(datasource);
I got these error:
152:TypeError: tableView.setDelegate is not a function

But this function is perfect work in old version and still available in bindings:
JS_DefineFunction(cx, tableview, “setDelegate”, js_cocos2dx_CCTableView_setDelegate, 1, JSPROP_ENUMERATE | JSPROP_PERMANENT);

frameworks/js-bindings/bindings/manual/extension/jsb_cocos2dx_extension_manual.cpp