WebViewJavascriptBridge 分析oc向js发送消息处理流程
1.优秀开源代码解读之JS与iOS Native Code互调的优雅实现方案
2. WebViewJavascriptBridge 原理分析
过程分析如下:
- (void)sendMessage:(id)sender {
// responseCallback供js返回数据后回调
[_bridge
send:@"A string sent from
原创
2015-08-14 11:40:02 ·
2289 阅读 ·
0 评论