You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js
var ret = native.reflection.callStaticMethod("NativeOcClass",
"callNativeWithReturnString");
这个和cocoscreator3.8的源码对不上,源码还有个方法签名参数,想问下发布ios对于这个参数怎么处理,传与不传都交互不了
The text was updated successfully, but these errors were encountered:
filePath: zh/advanced-topics/oc-reflection.md
content: 无参方法调用示例:
js
var ret = native.reflection.callStaticMethod("NativeOcClass",
"callNativeWithReturnString");
这个和cocoscreator3.8的源码对不上,源码还有个方法签名参数,想问下发布ios对于这个参数怎么处理,传与不传都交互不了
The text was updated successfully, but these errors were encountered: